adium 4292:560f0d2a76c9: Adium should play better with spaces ag...

commits at adium.im commits at adium.im
Sat Nov 5 00:22:19 UTC 2011


details:	http://hg.adium.im/adium/rev/560f0d2a76c9
revision:	4292:560f0d2a76c9
branch:		(none)
author:		Stephen Holt <sholt at adium.im>
date:		Fri Nov 04 17:22:15 2011 -0700

Adium should play better with spaces again.  Fixes #15408

diffs (12 lines):

diff -r cc8a105447b7 -r 560f0d2a76c9 Source/AIListWindowController.m
--- a/Source/AIListWindowController.m	Fri Nov 04 15:12:52 2011 -0500
+++ b/Source/AIListWindowController.m	Fri Nov 04 17:22:15 2011 -0700
@@ -341,7 +341,7 @@
 	    showOnAllSpaces = [[prefDict objectForKey:KEY_CL_ALL_SPACES] boolValue];
 		[self setCollectionBehaviorOfWindow:[self window]
 							showOnAllSpaces:showOnAllSpaces
-							   isStationary:YES];
+							   isStationary:(windowLevel == AIDesktopWindowLevel)];
 		
 		if (windowHidingStyle == AIContactListWindowHidingStyleSliding) {
 			if (!slideWindowIfNeededTimer) {




More information about the commits mailing list