summaryrefslogtreecommitdiff
path: root/src/trg-main-window.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-11-22 21:43:39 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-11-22 21:43:39 +0000
commitc02d88a6532f5f96211ed4410dadf4bc6ae1b094 (patch)
tree1b1daa098596a41d1562311cfb29aded638db46e /src/trg-main-window.h
parentceed760d73e4ec82c8bd6f9a99a93ce184968b23 (diff)
use "Default" as the alias for the state selector name for the default directory. refresh when labels are set.
Diffstat (limited to 'src/trg-main-window.h')
-rw-r--r--src/trg-main-window.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/trg-main-window.h b/src/trg-main-window.h
index 683cf35..7303315 100644
--- a/src/trg-main-window.h
+++ b/src/trg-main-window.h
@@ -71,6 +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);
#if !GTK_CHECK_VERSION(2, 21, 1)
#define gdk_drag_context_get_actions(context) context->actions