1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-04 05:22:40 +00:00

(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

View file

@ -2196,7 +2196,6 @@ torrent_inspector_set_torrents( GtkWidget * w, GSList * ids )
file_list_set_torrent( di->file_list, id ); file_list_set_torrent( di->file_list, id );
gtk_widget_show( di->file_list ); gtk_widget_show( di->file_list );
gtk_widget_hide( di->file_label ); gtk_widget_hide( di->file_label );
di->file_label = gtk_label_new( _( "File listing not available for combined torrent properties" ) );
} }
else else
{ {