summaryrefslogtreecommitdiff
path: root/src/trg-destination-combo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/trg-destination-combo.c')
-rw-r--r--src/trg-destination-combo.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/trg-destination-combo.c b/src/trg-destination-combo.c
index d2e3eb0..099b6a5 100644
--- a/src/trg-destination-combo.c
+++ b/src/trg-destination-combo.c
@@ -163,16 +163,10 @@ gtk_combo_box_entry_active_changed(GtkComboBox * combo_box,
editableEntry = FALSE;
}
}
-#if GTK_CHECK_VERSION( 3, 0, 0 )
gtk_editable_set_editable(GTK_EDITABLE
(trg_destination_combo_get_entry
(TRG_DESTINATION_COMBO(combo_box))),
editableEntry);
-#else
- gtk_entry_set_editable(trg_destination_combo_get_entry
- (TRG_DESTINATION_COMBO(combo_box)),
- editableEntry);
-#endif
}
gboolean trg_destination_combo_has_text(TrgDestinationCombo * combo)