summaryrefslogtreecommitdiff
path: root/src/trg-general-panel.h
diff options
context:
space:
mode:
authorGravatar Alan F <ajf@eth0.org.uk>2014-03-14 22:42:42 +0000
committerGravatar Alan F <ajf@eth0.org.uk>2014-03-14 22:42:42 +0000
commit6abc8459ef3237c44eaffd5df9b3a7af6e3e5417 (patch)
tree56f96f27ef74a3d04a98cd02b1d9d1d4ba1d5968 /src/trg-general-panel.h
parenta348e739c004f544f4c7ae129b61aed905d49621 (diff)
issue 254 - does not build without GeoIP enabled. thanks for patch!
Diffstat (limited to 'src/trg-general-panel.h')
-rw-r--r--src/trg-general-panel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/trg-general-panel.h b/src/trg-general-panel.h
index e1a75bb..2317cf6 100644
--- a/src/trg-general-panel.h
+++ b/src/trg-general-panel.h
@@ -41,11 +41,11 @@ G_BEGIN_DECLS
#define TRG_GENERAL_PANEL_GET_CLASS(obj) \
(G_TYPE_INSTANCE_GET_CLASS ((obj), TRG_TYPE_GENERAL_PANEL, TrgGeneralPanelClass))
typedef struct {
- GtkTable parent;
+ GtkGrid parent;
} TrgGeneralPanel;
typedef struct {
- GtkTableClass parent_class;
+ GtkGridClass parent_class;
} TrgGeneralPanelClass;
GType trg_general_panel_get_type(void);