summaryrefslogtreecommitdiff
path: root/src/trg-torrent-add-dialog.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-04-08 20:49:55 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-04-08 20:49:55 +0000
commit10df84a14e6ce6d40ddd55a2d24442b6d9dc5dd4 (patch)
tree825eec418d2527357b371c98504c5d406d5fad0a /src/trg-torrent-add-dialog.h
parent2315e34e6dbb8f88c12200c4ac37b1e168b323f7 (diff)
plug the new dialog into filenames received from libunique, fix minor memory leak on the filenames passed.
Diffstat (limited to 'src/trg-torrent-add-dialog.h')
-rw-r--r--src/trg-torrent-add-dialog.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/trg-torrent-add-dialog.h b/src/trg-torrent-add-dialog.h
index ab3d6cb..0b932ff 100644
--- a/src/trg-torrent-add-dialog.h
+++ b/src/trg-torrent-add-dialog.h
@@ -50,8 +50,7 @@ GType trg_torrent_add_dialog_get_type(void);
TrgTorrentAddDialog *trg_torrent_add_dialog_new(TrgMainWindow * win,
trg_client * client,
- GSList * filenames,
- gint showOptions);
+ GSList * filenames);
void trg_torrent_add_dialog(TrgMainWindow * win, trg_client * client);
G_END_DECLS