mirror of
https://github.com/transmission/transmission
synced 2025-03-12 07:03:44 +00:00
(trunk gtk) don't sensitize the properties button when no torrents are selected. (kklimonda)
This commit is contained in:
parent
98a9a9edd9
commit
ca6c850275
1 changed files with 1 additions and 0 deletions
|
@ -176,6 +176,7 @@ refreshActions( struct cbdata * data )
|
|||
action_sensitize( "remove-torrent", counts.totalCount != 0 );
|
||||
action_sensitize( "delete-torrent", counts.totalCount != 0 );
|
||||
action_sensitize( "verify-torrent", counts.totalCount != 0 );
|
||||
action_sensitize( "show-torrent-properties", counts.totalCount != 0 );
|
||||
action_sensitize( "open-torrent-folder", counts.totalCount == 1 );
|
||||
action_sensitize( "relocate-torrent", counts.totalCount == 1 );
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue