Changeset 8867
- Timestamp:
- Aug 4, 2009, 2:55:03 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gtk/main.c
r8848 r8867 177 177 action_sensitize( "delete-torrent", counts.totalCount != 0 ); 178 178 action_sensitize( "verify-torrent", counts.totalCount != 0 ); 179 action_sensitize( "show-torrent-properties", counts.totalCount != 0 ); 179 180 action_sensitize( "open-torrent-folder", counts.totalCount == 1 ); 180 181 action_sensitize( "relocate-torrent", counts.totalCount == 1 );
Note: See TracChangeset
for help on using the changeset viewer.