# HG changeset patch # User William Bowling # Date 1256718176 -39600 # Node ID 7a2935ce4146d61afb1e3b3ec9c3cd850d1b4823 # Parent 071900dc4e02a70c716cbff3c0461180951e8d96 Only slide on the Contact List for every Space if the preference is set diff -r 071900dc4e02a70c716cbff3c0461180951e8d96 -r 7a2935ce4146d61afb1e3b3ec9c3cd850d1b4823 Source/AIListWindowController.m --- a/Source/AIListWindowController.m Fri Oct 30 05:23:28 2009 +1100 +++ b/Source/AIListWindowController.m Wed Oct 28 19:22:56 2009 +1100 @@ -723,7 +723,7 @@ if (windowHidingStyle == AIContactListWindowHidingStyleSliding) { [self setWindowLevel:NSFloatingWindowLevel]; - [[self window] setCollectionBehavior:NSWindowCollectionBehaviorCanJoinAllSpaces]; + [[self window] setCollectionBehavior:showOnAllSpaces ? NSWindowCollectionBehaviorCanJoinAllSpaces : NSWindowCollectionBehaviorDefault]; overrodeWindowLevel = YES; }