1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-12 15:14:12 +00:00

(trunk gtk) don't sensitize the properties button when no torrents are selected. (kklimonda)

This commit is contained in:
Charles Kerr 2009-08-04 02:55:03 +00:00
parent 98a9a9edd9
commit ca6c850275

View file

@ -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 );