adium 3280:c045049c6bd1: Make the Source/Destination toolbar ite...

commits at adium.im commits at adium.im
Mon Aug 30 22:11:35 UTC 2010


details:	http://hg.adium.im/adium/rev/c045049c6bd1
revision:	3280:c045049c6bd1
author:		Robert Vehse
date:		Tue Aug 31 00:05:25 2010 +0200

Make the Source/Destination toolbar item point to an image named "source-destination" and add an image of same name which is currently identical to message.png. Refs #13963.

diffs (49 lines):

diff -r 2be2cb5ee1fa -r c045049c6bd1 Adium.xcodeproj/project.pbxproj
--- a/Adium.xcodeproj/project.pbxproj	Sun Aug 29 20:07:28 2010 -0400
+++ b/Adium.xcodeproj/project.pbxproj	Tue Aug 31 00:05:25 2010 +0200
@@ -1532,6 +1532,7 @@
 		C4D29CC40C3C2E3C001545A2 /* BGICImportController.m in Sources */ = {isa = PBXBuildFile; fileRef = C4D29CC00C3C2E3C001545A2 /* BGICImportController.m */; };
 		C4D29CC60C3C2E3C001545A2 /* BGICLogImportController.m in Sources */ = {isa = PBXBuildFile; fileRef = C4D29CC20C3C2E3C001545A2 /* BGICLogImportController.m */; };
 		C4D29CC80C3C2E49001545A2 /* ICImport.nib in Resources */ = {isa = PBXBuildFile; fileRef = C4D29CC70C3C2E49001545A2 /* ICImport.nib */; };
+		D10A3A2B122C61EF003B5A7E /* source-destination.png in Resources */ = {isa = PBXBuildFile; fileRef = D10A3A2A122C61EF003B5A7E /* source-destination.png */; };
 		EE147A6D0896B18800A21377 /* ABSearch.png in Resources */ = {isa = PBXBuildFile; fileRef = EE147A6C0896B18700A21377 /* ABSearch.png */; };
 		EE147A790896B32400A21377 /* ABSearch.nib in Resources */ = {isa = PBXBuildFile; fileRef = EE147A780896B32400A21377 /* ABSearch.nib */; };
 		EE147A800896B33400A21377 /* OWABSearchWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = EE147A7E0896B33400A21377 /* OWABSearchWindowController.m */; };
@@ -4853,6 +4854,7 @@
 		C4D29CC10C3C2E3C001545A2 /* BGICLogImportController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = BGICLogImportController.h; path = Source/BGICLogImportController.h; sourceTree = SOURCE_ROOT; };
 		C4D29CC20C3C2E3C001545A2 /* BGICLogImportController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = BGICLogImportController.m; path = Source/BGICLogImportController.m; sourceTree = SOURCE_ROOT; };
 		C4D29CC70C3C2E49001545A2 /* ICImport.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = ICImport.nib; path = Resources/ICImport.nib; sourceTree = SOURCE_ROOT; };
+		D10A3A2A122C61EF003B5A7E /* source-destination.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "source-destination.png"; sourceTree = "<group>"; };
 		D182F1B411DFF23700E33AE2 /* sk_SK */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sk_SK; path = sk_SK.lproj/InfoPlist.strings; sourceTree = "<group>"; };
 		D182F1B511DFF23700E33AE2 /* sk_SK */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = sk_SK; path = "Plugins/Purple Service/sk_SK.lproj/PurpleFacebookAccountView.nib"; sourceTree = "<group>"; };
 		D182F1B611DFF23700E33AE2 /* sk_SK */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sk_SK; path = sk_SK.lproj/schema.strings; sourceTree = "<group>"; };
@@ -8556,6 +8558,7 @@
 		9C82689903D9B23F00F1D4AF /* Icons */ = {
 			isa = PBXGroup;
 			children = (
+				D10A3A2A122C61EF003B5A7E /* source-destination.png */,
 				4BF3CBEC07D192F500A8112A /* pref-accounts.png */,
 				34D8336E07CBD807006466F2 /* pref-advanced.png */,
 				4BF3CB4107D1771E00A8112A /* pref-appearance.png */,
@@ -10157,6 +10160,7 @@
 				11AE5555109CC88C0074BDC2 /* pref-confirmations.png in Resources */,
 				1147FCC810D1CB83004E9E8D /* AIMediaWindow.nib in Resources */,
 				5A9A9F8B11F295EB00328DF9 /* Stop sign.png in Resources */,
+				D10A3A2B122C61EF003B5A7E /* source-destination.png in Resources */,
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 		};
diff -r 2be2cb5ee1fa -r c045049c6bd1 Source/AIStandardToolbarItemsPlugin.m
--- a/Source/AIStandardToolbarItemsPlugin.m	Sun Aug 29 20:07:28 2010 -0400
+++ b/Source/AIStandardToolbarItemsPlugin.m	Tue Aug 31 00:05:25 2010 +0200
@@ -51,7 +51,7 @@
 										  toolTip:AILocalizedString(@"If multiple accounts can send to this contact or this is a combined contact, change the source and/or destination of this chat", nil)
 										   target:self
 								  settingSelector:@selector(setImage:)
-									  itemContent:[NSImage imageNamed:@"message" forClass:[self class] loadLazily:YES]
+									  itemContent:[NSImage imageNamed:@"source-destination" forClass:[self class] loadLazily:YES]
 										   action:@selector(showSourceDestinationPicker:)
 											 menu:nil];
 	[adium.toolbarController registerToolbarItem:toolbarItem forToolbarType:@"MessageWindow"];
diff -r 2be2cb5ee1fa -r c045049c6bd1 source-destination.png
Binary file source-destination.png has changed




More information about the commits mailing list