Validate Minimal View menu item.

This commit is contained in:
Mitchell Livingston 2006-07-05 23:42:56 +00:00
parent 5b20e756f3
commit c17ab350eb
1 changed files with 5 additions and 4 deletions

View File

@ -1600,7 +1600,8 @@ static void sleepCallBack(void * controller, io_service_t y,
}
//enable sort and advanced bar items
if (action == @selector(setSort:) || (action == @selector(toggleAdvancedBar:)))
if (action == @selector(setSort:) || action == @selector(toggleAdvancedBar:)
|| action == @selector(toggleSmallView:))
return canUseMenu;
//enable copy torrent file item