summaryrefslogtreecommitdiff
path: root/src/trg-destination-combo.h
diff options
context:
space:
mode:
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);