summaryrefslogtreecommitdiff
path: root/src/trg-files-tree-view.h
diff options
context:
space:
mode:
authorGravatar Alan F <ajf@eth0.org.uk>2014-02-02 12:37:42 +0000
committerGravatar Alan F <ajf@eth0.org.uk>2014-02-02 12:37:42 +0000
commite7a058f0e239fa112676c8e3d5fb73279f2dee13 (patch)
tree9539cdfdbd0a38e1703acc9020eaf3c37a1e8c45 /src/trg-files-tree-view.h
parentfaec778fb74c3303796b07ee93585584659f456b (diff)
FOSDEM commit :) add a column to peers tree view with GeoIP city, if available.
Diffstat (limited to 'src/trg-files-tree-view.h')
-rw-r--r--src/trg-files-tree-view.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/trg-files-tree-view.h b/src/trg-files-tree-view.h
index dedcb3d..3cfecd7 100644
--- a/src/trg-files-tree-view.h
+++ b/src/trg-files-tree-view.h
@@ -38,12 +38,12 @@ G_BEGIN_DECLS
(G_TYPE_CHECK_CLASS_TYPE ((klass), TRG_TYPE_FILES_TREE_VIEW))
#define TRG_FILES_TREE_VIEW_GET_CLASS(obj) \
(G_TYPE_INSTANCE_GET_CLASS ((obj), TRG_TYPE_FILES_TREE_VIEW, TrgFilesTreeViewClass))
- typedef struct {
- GtkTreeView parent;
+typedef struct {
+ TrgTreeView parent;
} TrgFilesTreeView;
typedef struct {
- GtkTreeViewClass parent_class;
+ TrgTreeViewClass parent_class;
} TrgFilesTreeViewClass;
enum {