adium 3700:b644f5a57997: Certain versions of OS X like to have t...
commits at adium.im
commits at adium.im
Mon Feb 28 17:25:20 UTC 2011
details: http://hg.adium.im/adium/rev/b644f5a57997
revision: 3700:b644f5a57997
author: Stephen Holt <sholt at adium.im>
date: Mon Feb 28 09:25:12 2011 -0800
Certain versions of OS X like to have this style set.
diffs (12 lines):
diff -r a672eb35f45a -r b644f5a57997 Frameworks/Adium Framework/Source/SS_PrefsController.m
--- a/Frameworks/Adium Framework/Source/SS_PrefsController.m Sun Feb 27 21:11:35 2011 -0500
+++ b/Frameworks/Adium Framework/Source/SS_PrefsController.m Mon Feb 28 09:25:12 2011 -0800
@@ -187,7 +187,7 @@
}
// Create prefs window
- unsigned int styleMask = (NSClosableWindowMask | NSResizableWindowMask | NSMiniaturizableWindowMask);
+ unsigned int styleMask = (NSClosableWindowMask | NSResizableWindowMask | NSMiniaturizableWindowMask | NSTitledWindowMask);
if (usesTexturedWindow) {
styleMask = (styleMask | NSTexturedBackgroundWindowMask);
}
More information about the commits
mailing list