Adium

Changeset 24010

Show
Ignore:
Timestamp:
06/17/2008 06:15:03 PM (6 months ago)
Author:
evands
Message:

Fix breakage of the contact list animating setting whenever an object's contact list preference (such as its expanded status!) changes. Fixes suppression of animation during list filtering. Fixes #10135

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/AIListController.m

    r23805 r24010  
    132132                                                 firstTime:(BOOL)firstTime 
    133133{ 
    134         [(AIAnimatingListOutlineView *)contactListView setEnableAnimation:[[prefDict objectForKey:KEY_CL_ANIMATE_CHANGES] boolValue]]; 
     134        if (!object) 
     135                [(AIAnimatingListOutlineView *)contactListView setEnableAnimation:[[prefDict objectForKey:KEY_CL_ANIMATE_CHANGES] boolValue]]; 
    135136} 
    136137