summaryrefslogtreecommitdiff
path: root/src/trg-destination-combo.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-11-23 16:27:32 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-11-23 16:27:32 +0000
commitecacee36541bf3e4df775b465d5d1ecee3a65cce (patch)
treeb0bb4941dbe2c89bafc9ea97524cda4923f24695 /src/trg-destination-combo.h
parentcc9a1543b899d59fbc6db8dcdbd4122d910f25e6 (diff)
remember the last selected destination on moving torrents
Diffstat (limited to 'src/trg-destination-combo.h')
-rw-r--r--src/trg-destination-combo.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/trg-destination-combo.h b/src/trg-destination-combo.h
index a5ce9d3..453e899 100644
--- a/src/trg-destination-combo.h
+++ b/src/trg-destination-combo.h
@@ -47,10 +47,11 @@ typedef struct {
GType trg_destination_combo_get_type(void);
-GtkWidget *trg_destination_combo_new(TrgClient * client);
+GtkWidget *trg_destination_combo_new(TrgClient * client, const gchar *lastSelectionKey);
gchar *trg_destination_combo_get_dir(TrgDestinationCombo *combo);
gboolean trg_destination_combo_has_text(TrgDestinationCombo *combo);
GtkEntry *trg_destination_combo_get_entry(TrgDestinationCombo *combo);
+void trg_destination_combo_save_selection(TrgDestinationCombo *combo_box);
G_END_DECLS
#endif /* TRG_DESTINATION_COMBO_H_ */