adium 4764:e3ef87f4c7ac: Fixed failed to compile on SR.
commits at adium.im
commits at adium.im
Sat Apr 7 08:43:36 UTC 2012
details: http://hg.adium.im/adium/rev/e3ef87f4c7ac
revision: 4764:e3ef87f4c7ac
branch: (none)
author: Adrian Godoroja <robotive at me.com>
date: Sat Apr 07 11:43:03 2012 +0300
Fixed failed to compile on SR.
diffs (35 lines):
diff -r 7a2137cd99f9 -r e3ef87f4c7ac Adium.xcodeproj/project.pbxproj
--- a/Adium.xcodeproj/project.pbxproj Sat Apr 07 00:29:28 2012 +0300
+++ b/Adium.xcodeproj/project.pbxproj Sat Apr 07 11:43:03 2012 +0300
@@ -1439,6 +1439,7 @@
9760D24613E49A560031FA1A /* AboutDialog_bg.png in Resources */ = {isa = PBXBuildFile; fileRef = 9760D24513E49A560031FA1A /* AboutDialog_bg.png */; };
979AA6A714D59DC8008730DF /* AIBoolToControlTextColorTransformer.h in Headers */ = {isa = PBXBuildFile; fileRef = 979AA6A514D59DC8008730DF /* AIBoolToControlTextColorTransformer.h */; settings = {ATTRIBUTES = (); }; };
979AA6A814D59DC8008730DF /* AIBoolToControlTextColorTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 979AA6A614D59DC8008730DF /* AIBoolToControlTextColorTransformer.m */; };
+ 979F8ECE1530333C000E7636 /* ShortcutRecorder.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = 9744E748152E1E3C0067FEA2 /* ShortcutRecorder.framework */; };
97AF5CDB13191DE200550C41 /* AIContactListUserPictureMenuController.m in Sources */ = {isa = PBXBuildFile; fileRef = 97AF5CDA13191DE200550C41 /* AIContactListUserPictureMenuController.m */; };
97AF5CF413191E9A00550C41 /* ContactListChangeUserPictureMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 97AF5CF313191E9A00550C41 /* ContactListChangeUserPictureMenu.xib */; };
97E4B4FF13E7490000A8BA53 /* AboutDialog_transp_btm.png in Resources */ = {isa = PBXBuildFile; fileRef = 97E4B4FB13E7490000A8BA53 /* AboutDialog_transp_btm.png */; };
@@ -1655,6 +1656,7 @@
dstPath = "";
dstSubfolderSpec = 10;
files = (
+ 979F8ECE1530333C000E7636 /* ShortcutRecorder.framework in Copy Frameworks */,
116E369A10B72934002EDB0F /* Growl.framework in Copy Frameworks */,
118A44540FEEA82E008153C0 /* libjson-glib.framework in Copy Frameworks */,
633404710F9C18EF003C77A9 /* AIUtilities.framework in Copy Frameworks */,
diff -r 7a2137cd99f9 -r e3ef87f4c7ac Plugins/General Preferences/ESGeneralPreferences.m
--- a/Plugins/General Preferences/ESGeneralPreferences.m Sat Apr 07 00:29:28 2012 +0300
+++ b/Plugins/General Preferences/ESGeneralPreferences.m Sat Apr 07 11:43:03 2012 +0300
@@ -17,11 +17,11 @@
#import <Adium/AIContentControllerProtocol.h>
#import <Adium/AIInterfaceControllerProtocol.h>
#import "AISoundController.h"
+#import <ShortcutRecorder/SRRecorderControl.h>
#import "ESGeneralPreferences.h"
#import "ESGeneralPreferencesPlugin.h"
#import "SGHotKeyCenter.h"
#import "SGHotKey.h"
-#import <ShortcutRecorder/SRRecorderControl.h>
#import "SGHotKey.h"
#import "AIMessageWindowController.h"
#import <Adium/AIServiceIcons.h>
More information about the commits
mailing list