Adium

Changeset 24127

Show
Ignore:
Timestamp:
06/30/2008 10:47:48 PM (5 months ago)
Author:
evands
Message:

Automatically collapse items expanded within the contact list during a drag&drop operation when the operation is completed. Fixes #10254

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Frameworks/Adium Framework/Source/AIListOutlineView.m

    r24126 r24127  
    688688} 
    689689 
    690 #pragma mark Attach & Detach Groups 
    691  
    692690- (NSDragOperation)draggingEntered:(id <NSDraggingInfo>)sender 
    693691{        
     
    703701} 
    704702 
     703- (BOOL)shouldCollapseAutoExpandedItemsForDeposited:(BOOL)deposited 
     704{ 
     705        return YES; 
     706} 
     707 
    705708- (IBAction)copy:(id)sender 
    706709{