From 10df84a14e6ce6d40ddd55a2d24442b6d9dc5dd4 Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Fri, 8 Apr 2011 20:49:55 +0000 Subject: plug the new dialog into filenames received from libunique, fix minor memory leak on the filenames passed. --- src/trg-menu-bar.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/trg-menu-bar.c') 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); -- cgit v1.2.3