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:
parent
9b614db1c9
commit
fce52ac965
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue