(trunk gtk) #2650 "hide empty file list in property dialog for multiple torrents" -- fix minor r9694 oops

This commit is contained in:
Charles Kerr 2009-12-09 04:48:49 +00:00
parent 9b614db1c9
commit fce52ac965
1 changed files with 0 additions and 1 deletions

View File

@ -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
{