summaryrefslogtreecommitdiff
path: root/src/trg-main-window.c
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-09-04 22:24:11 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-09-04 22:24:11 +0000
commite941b2e01998f86cd60fac3c83091d473b4bfecd (patch)
tree0f833a787611ebbef73aaf2df201cb86bfb49ad6 /src/trg-main-window.c
parentdca8f6d8b87d6f92ff21344ec80b64c7a3b7de7f (diff)
issue 70 - new statuses in RPC version >= 14. still need to add stateselector entries for queued items.
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 2b85339..7f36064 100644
--- a/src/trg-main-window.c
+++ b/src/trg-main-window.c
@@ -675,7 +675,7 @@ static GtkWidget *trg_main_window_notebook_new(TrgMainWindow * win) {
gtk_widget_set_size_request(notebook, -1, 185);
priv->genDetails
- = trg_general_panel_new(GTK_TREE_MODEL(priv->torrentModel));
+ = trg_general_panel_new(GTK_TREE_MODEL(priv->torrentModel), priv->client);
gtk_notebook_append_page(GTK_NOTEBOOK(notebook),
GTK_WIDGET(priv->genDetails), gtk_label_new(_("General")));