diff --git a/gtk/main.c b/gtk/main.c index 09e484a25..4fc41fb16 100644 --- a/gtk/main.c +++ b/gtk/main.c @@ -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 );