Changeset 3261

Show
Ignore:
Timestamp:
06/07/06 00:14:43 (2 years ago)
Author:
timothy
Message:

Fixes #664. Makes the selected row in the Sidebar have white text. Adds a new hidden preference to make it black text if someone can't read it. defaults write info.colloquy JVSidebarSelectedRowHasBlackText -bool true

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Controllers/JVSidebarChatWindowController.m

    r3250 r3261  
    2424 
    2525        [chatViewsOutlineView setAllowsEmptySelection:NO]; 
    26 //      [[[chatViewsOutlineView outlineTableColumn] dataCell] setBoldAndWhiteOnHighlight:YES]; 
     26 
     27        if( ! [[NSUserDefaults standardUserDefaults] boolForKey:@"JVSidebarSelectedRowHasBlackText"] ) 
     28                [[[chatViewsOutlineView outlineTableColumn] dataCell] setBoldAndWhiteOnHighlight:YES]; 
    2729 
    2830        [splitView setMainSubviewIndex:1];