Changeset 3196 for trunk/macosx/Controller.m
- Timestamp:
- Sep 27, 2007, 2:46:48 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/Controller.m
r3194 r3196 2826 2826 2827 2827 //enable sort and advanced bar items 2828 if (action == @selector(setSort:) || action == @selector(toggleAdvancedBar:) ||action == @selector(toggleSmallView:))2828 if (action == @selector(setSort:) || /*action == @selector(toggleAdvancedBar:) ||*/ action == @selector(toggleSmallView:)) 2829 2829 return [fWindow isVisible]; 2830 2830 … … 2835 2835 "View menu -> Inspector") : NSLocalizedString(@"Show Inspector", "View menu -> Inspector"); 2836 2836 if (![[menuItem title] isEqualToString: title]) 2837 2837 [menuItem setTitle: title]; 2838 2838 2839 2839 return YES;
Note: See TracChangeset
for help on using the changeset viewer.