From fce52ac965c7e46a4157729d410d978859a8c5e8 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Wed, 9 Dec 2009 04:48:49 +0000 Subject: [PATCH] (trunk gtk) #2650 "hide empty file list in property dialog for multiple torrents" -- fix minor r9694 oops --- gtk/details.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gtk/details.c b/gtk/details.c index 9b81313b4..57d7ba870 100644 --- a/gtk/details.c +++ b/gtk/details.c @@ -2196,7 +2196,6 @@ torrent_inspector_set_torrents( GtkWidget * w, GSList * ids ) file_list_set_torrent( di->file_list, id ); gtk_widget_show( di->file_list ); gtk_widget_hide( di->file_label ); - di->file_label = gtk_label_new( _( "File listing not available for combined torrent properties" ) ); } else {