summaryrefslogtreecommitdiff
path: root/src/trg-main-window.c
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2012-08-26 11:42:39 +0100
committerGravatar Alan Fitton <ajf@eth0.org.uk>2012-08-26 11:42:39 +0100
commit8cc810e1fbf069f808cfe3e9598273b2f3dd8aab (patch)
tree317c17d3b95daaba04ac655b76010f2e8207e504 /src/trg-main-window.c
parenta666f9ee1d3e3859712111d84d0cd5275179d696 (diff)
add a menu for changing sort, useful when there are no column headers in Transmission style
Diffstat (limited to 'src/trg-main-window.c')
-rw-r--r--src/trg-main-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trg-main-window.c b/src/trg-main-window.c
index 6d1925d..d8c7961 100644
--- a/src/trg-main-window.c
+++ b/src/trg-main-window.c
@@ -1717,7 +1717,7 @@ static TrgMenuBar *trg_main_window_menu_bar_new(TrgMainWindow * win)
accel_group = gtk_accel_group_new();
- menuBar = trg_menu_bar_new(win, trg_client_get_prefs(priv->client),
+ menuBar = trg_menu_bar_new(win, trg_client_get_prefs(priv->client), priv->torrentTreeView,
accel_group);
g_object_get(menuBar, "disconnect-button", &b_disconnect, "add-button",