summaryrefslogtreecommitdiff
path: root/src/trg-menu-bar.c
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-menu-bar.c
parent2315e34e6dbb8f88c12200c4ac37b1e168b323f7 (diff)
plug the new dialog into filenames received from libunique, fix minor memory leak on the filenames passed.
Diffstat (limited to 'src/trg-menu-bar.c')
-rw-r--r--src/trg-menu-bar.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/trg-menu-bar.c b/src/trg-menu-bar.c
index ddbdd58..9b81154 100644
--- a/src/trg-menu-bar.c
+++ b/src/trg-menu-bar.c
@@ -287,7 +287,8 @@ GtkWidget *trg_menu_bar_torrent_menu_new(TrgMenuBarPrivate * priv)
priv->mb_props =
trg_menu_bar_item_new(GTK_MENU_SHELL(torrentMenu),
- _("Properties"), GTK_STOCK_PROPERTIES, FALSE);
+ _("Properties"), GTK_STOCK_PROPERTIES,
+ FALSE);
priv->mb_resume =
trg_menu_bar_item_new(GTK_MENU_SHELL(torrentMenu), _("_Resume"),
GTK_STOCK_MEDIA_PLAY, FALSE);