summaryrefslogtreecommitdiff
path: root/src/trg-destination-combo.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-10-26 18:55:21 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-10-26 18:55:21 +0000
commitaff982298fb16ef8bbf32697df59965def50eb5d (patch)
tree185f87e687e7c312dd5e2835234ebaf32a326cfc /src/trg-destination-combo.h
parentecf7d01164029d5b5cd139e7db8a5e8705c6fac5 (diff)
closer to gtk3 support, I think just the graph needs doing now.
Diffstat (limited to 'src/trg-destination-combo.h')
-rw-r--r--src/trg-destination-combo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/trg-destination-combo.h b/src/trg-destination-combo.h
index a132aab..a5ce9d3 100644
--- a/src/trg-destination-combo.h
+++ b/src/trg-destination-combo.h
@@ -38,11 +38,11 @@ G_BEGIN_DECLS
#define TRG_DESTINATION_COMBO_GET_CLASS(obj) \
(G_TYPE_INSTANCE_GET_CLASS ((obj), TRG_TYPE_DESTINATION_COMBO, TrgDestinationComboClass))
typedef struct {
- GtkComboBoxEntry parent;
+ GtkComboBox parent;
} TrgDestinationCombo;
typedef struct {
- GtkComboBoxEntryClass parent_class;
+ GtkComboBoxClass parent_class;
} TrgDestinationComboClass;
GType trg_destination_combo_get_type(void);