summaryrefslogtreecommitdiff
path: root/src/trg-main-window.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-main-window.h
parentcc9a1543b899d59fbc6db8dcdbd4122d910f25e6 (diff)
remember the last selected destination on moving torrents
Diffstat (limited to 'src/trg-main-window.h')
-rw-r--r--src/trg-main-window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trg-main-window.h b/src/trg-main-window.h
index 7303315..4355611 100644
--- a/src/trg-main-window.h
+++ b/src/trg-main-window.h
@@ -71,7 +71,7 @@ gint trg_mw_get_selected_torrent_id(TrgMainWindow * win);
GtkTreeModel *trg_main_window_get_torrent_model(TrgMainWindow * win);
void trg_main_window_notebook_set_visible(TrgMainWindow *win, gboolean visible);
void connect_cb(GtkWidget * w, gpointer data);
-void trg_main_window_reload_dir_alises(TrgMainWindow *win);
+void trg_main_window_reload_dir_aliases(TrgMainWindow *win);
#if !GTK_CHECK_VERSION(2, 21, 1)
#define gdk_drag_context_get_actions(context) context->actions