summaryrefslogtreecommitdiff
path: root/src/trg-torrent-props-dialog.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2012-08-26 20:18:11 +0100
committerGravatar Alan Fitton <ajf@eth0.org.uk>2012-08-26 20:18:11 +0100
commit28b1af7e5d73f8bacc3dca76166138bc3d4d24a5 (patch)
treed69b25e7b0389bf1e4f8de2bb459aa30f1bbf8d4 /src/trg-torrent-props-dialog.h
parentfbfb76e99858588292aa6e929dcfe6acae3912b7 (diff)
add the peers/files/trackers tree view to torrent dialog in transmission style
Diffstat (limited to 'src/trg-torrent-props-dialog.h')
-rw-r--r--src/trg-torrent-props-dialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/trg-torrent-props-dialog.h b/src/trg-torrent-props-dialog.h
index a8adff2..bb15bdb 100644
--- a/src/trg-torrent-props-dialog.h
+++ b/src/trg-torrent-props-dialog.h
@@ -50,6 +50,7 @@ GType trg_torrent_props_dialog_get_type(void);
TrgTorrentPropsDialog *trg_torrent_props_dialog_new(GtkWindow * window,
TrgTorrentTreeView *
treeview,
+ TrgTorrentModel *torrentModel,
TrgClient * client);
G_END_DECLS