summaryrefslogtreecommitdiff
path: root/src/trg-destination-combo.c
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-11-30 18:54:29 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-11-30 18:54:29 +0000
commit7bc8fe632f29a875659f223ad1e9aa035c56f46c (patch)
tree8a13af1000337feade93762295b213283b03d089 /src/trg-destination-combo.c
parent6df6b7c2a2383d01a6fc20e597f48b0168ccfeb5 (diff)
add some comments at the top of some files, also add a timeout of 20 seconds for curl requests
Diffstat (limited to 'src/trg-destination-combo.c')
-rw-r--r--src/trg-destination-combo.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/trg-destination-combo.c b/src/trg-destination-combo.c
index e30b747..11f5085 100644
--- a/src/trg-destination-combo.c
+++ b/src/trg-destination-combo.c
@@ -119,19 +119,6 @@ void trg_destination_combo_save_selection(TrgDestinationCombo *combo_box)
}
}
-/*static void trg_destination_combo_entry_changed(GtkEntry *entry,
- gpointer user_data) {
- GtkComboBox *combo = GTK_COMBO_BOX(user_data);
- GtkTreeIter iter;
-
- if (gtk_combo_box_get_active_iter(combo, &iter)) {
- GtkTreeModel *model = gtk_combo_box_get_model(combo);
- const gchar *text = gtk_entry_get_text(entry);
- gtk_list_store_set(GTK_LIST_STORE(model), &iter, DEST_COLUMN_DIR, text,
- DEST_COLUMN_LABEL, text, -1);
- }
- }*/
-
static void gtk_combo_box_entry_active_changed(GtkComboBox *combo_box,
gpointer user_data) {
GtkTreeModel *model;