adium-1.4 3024:3dcb9c0d652f: In a previous commit message styles...
commits at adium.im
commits at adium.im
Fri Sep 17 21:17:23 UTC 2010
details: http://hg.adium.im/adium-1.4/rev/3dcb9c0d652f
revision: 3024:3dcb9c0d652f
author: mathuaerknedam
date: Thu Sep 16 16:16:26 2010 -0500
In a previous commit message styles started using a CFBundleIdentifier of im.adium.* rather than com.adiumx.*, but I forgot to change the three places in the code where this was referenced. Fixed.
Subject: adium-1.4 3025:02fec9162709: Adium has been trying to fall back from minimal to minimal_2.0, but minimal 2.0 was repalced with minimal_mod long ago. Now minimal and minimal_2.0 will fallback to minimal_mod.
details: http://hg.adium.im/adium-1.4/rev/02fec9162709
revision: 3025:02fec9162709
author: mathuaerknedam
date: Thu Sep 16 16:32:12 2010 -0500
Adium has been trying to fall back from minimal to minimal_2.0, but minimal 2.0 was repalced with minimal_mod long ago. Now minimal and minimal_2.0 will fallback to minimal_mod.
Subject: adium-1.4 3026:98799eb3f5b9: Renkoo Naked (which was removed) should fallback to Renkoo.
details: http://hg.adium.im/adium-1.4/rev/98799eb3f5b9
revision: 3026:98799eb3f5b9
author: mathuaerknedam
date: Thu Sep 16 16:36:15 2010 -0500
Renkoo Naked (which was removed) should fallback to Renkoo.
diffs (43 lines):
diff -r 33fd297f2fd5 -r 98799eb3f5b9 Plugins/WebKit Message View/AIWebKitMessageViewPlugin.h
--- a/Plugins/WebKit Message View/AIWebKitMessageViewPlugin.h Thu Sep 16 11:45:51 2010 -0500
+++ b/Plugins/WebKit Message View/AIWebKitMessageViewPlugin.h Thu Sep 16 16:36:15 2010 -0500
@@ -44,7 +44,7 @@
/*!
* @brief The bundle identifier of the style we revert to if the preferred style isn't available
*/
-#define WEBKIT_DEFAULT_STYLE @"com.adiumx.stockholm.style"
+#define WEBKIT_DEFAULT_STYLE @"im.adium.Stockholm.style"
/*!
* @brief The path to the currently selected message style
diff -r 33fd297f2fd5 -r 98799eb3f5b9 Plugins/WebKit Message View/AIWebKitMessageViewPlugin.m
--- a/Plugins/WebKit Message View/AIWebKitMessageViewPlugin.m Thu Sep 16 11:45:51 2010 -0500
+++ b/Plugins/WebKit Message View/AIWebKitMessageViewPlugin.m Thu Sep 16 16:36:15 2010 -0500
@@ -138,9 +138,13 @@
if ([identifier isEqualToString:@"com.adiumx.eclipse.style"]) {
defaultMessageStyleBundle = [styles objectForKey:@"com.adiumx.gonedark.style"];
} else if ([identifier isEqualToString:@"com.adiumx.plastic.style"]) {
- defaultMessageStyleBundle = [styles objectForKey:@"com.adiumx.stockholm.style"];
+ defaultMessageStyleBundle = [styles objectForKey:@"im.adium.Stockholm.style"];
+ } else if ([identifier isEqualToString:@"com.adiumx.renkooNaked.style"]) {
+ defaultMessageStyleBundle = [styles objectForKey:@"im.adium.Renkoo.style"];
} else if ([identifier isEqualToString:@"com.adiumx.minimal.style"]) {
- defaultMessageStyleBundle = [styles objectForKey:@"com.adiumx.minimal_2.0.style"];
+ defaultMessageStyleBundle = [styles objectForKey:@"im.adium.minimal_mod.style"];
+ } else if ([identifier isEqualToString:@"com.adiumx.minimal_2.0.style"]) {
+ defaultMessageStyleBundle = [styles objectForKey:@"im.adium.minimal_mod.style"];
}
if (!defaultMessageStyleBundle) {
diff -r 33fd297f2fd5 -r 98799eb3f5b9 Plugins/WebKit Message View/WebKit Defaults.plist
--- a/Plugins/WebKit Message View/WebKit Defaults.plist Thu Sep 16 11:45:51 2010 -0500
+++ b/Plugins/WebKit Message View/WebKit Defaults.plist Thu Sep 16 16:36:15 2010 -0500
@@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>Message Style</key>
- <string>com.adiumx.stockholm.style</string>
+ <string>im.adium.Stockholm.style</string>
<key>Show User Icons</key>
<true/>
<key>DefaultFontFamily</key>
More information about the commits
mailing list