adium 2372:0b83ef1f230a: Move a stray nib in the group tree.

commits at adium.im commits at adium.im
Thu May 28 16:49:33 UTC 2009


details:	http://hg.adium.im/adium/rev/0b83ef1f230a
revision:	2372:0b83ef1f230a
author:		Zachary West <zacw at adium.im>
date:		Thu May 28 12:49:25 2009 -0400

Move a stray nib in the group tree.

diffstat:

 Adium.xcodeproj/project.pbxproj |  14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)

diffs (52 lines):

diff -r 535579983110 -r 0b83ef1f230a Adium.xcodeproj/project.pbxproj
--- a/Adium.xcodeproj/project.pbxproj	Thu May 28 11:53:00 2009 -0400
+++ b/Adium.xcodeproj/project.pbxproj	Thu May 28 12:49:25 2009 -0400
@@ -4881,6 +4881,15 @@
 			name = Frameworks;
 			sourceTree = "<group>";
 		};
+		11763B9A0FCEF7F000701353 /* Uploader which updates its progress */ = {
+			isa = PBXGroup;
+			children = (
+				11AA10110FCE0969003908B6 /* AIProgressDataUploader.h */,
+				11AA10120FCE0969003908B6 /* AIProgressDataUploader.m */,
+			);
+			name = "Uploader which updates its progress";
+			sourceTree = "<group>";
+		};
 		11BE28E30FCC7DA8000E6A10 /* Image Uploading */ = {
 			isa = PBXGroup;
 			children = (
@@ -5026,7 +5035,6 @@
 				29B97323FDCFA39411CA2CEA /* Linked Frameworks */,
 				63C7E0280FAF9B7D00B310AC /* xcconfigs */,
 				19C28FACFE9D520D11CA2CBB /* Products */,
-				11A2F1090FC8FC1A00C3F05C /* AIMessageAlertsAdvancedPreferences.nib */,
 			);
 			name = CocAIMe2;
 			sourceTree = "<group>";
@@ -5164,6 +5172,7 @@
 			children = (
 				11A2F1200FC8FC9D00C3F05C /* AIMessageAlertsAdvancedPreferences.h */,
 				11A2F1210FC8FC9D00C3F05C /* AIMessageAlertsAdvancedPreferences.m */,
+				11A2F1090FC8FC1A00C3F05C /* AIMessageAlertsAdvancedPreferences.nib */,
 				3428328407D2643E004F01C9 /* ESStatusPreferencesPlugin.h */,
 				3428328707D2643F004F01C9 /* ESStatusPreferencesPlugin.m */,
 				3428328607D2643F004F01C9 /* ESStatusPreferences.h */,
@@ -7397,8 +7406,6 @@
 		6334FF050F9C14BF003C77A9 /* Fun New Classes */ = {
 			isa = PBXGroup;
 			children = (
-				11AA10110FCE0969003908B6 /* AIProgressDataUploader.h */,
-				11AA10120FCE0969003908B6 /* AIProgressDataUploader.m */,
 				6334FF2D0F9C14BF003C77A9 /* Tooltip Display */,
 				6334FF2A0F9C14BF003C77A9 /* System network and proxy settings */,
 				6334FF270F9C14BF003C77A9 /* Smooth tracking tooltips */,
@@ -7413,6 +7420,7 @@
 				6334FF0C0F9C14BF003C77A9 /* Creating toolbar items */,
 				6334FF090F9C14BF003C77A9 /* Array that associates values with owners */,
 				6334FF060F9C14BF003C77A9 /* Scroller which adds arbitrary lines */,
+				11763B9A0FCEF7F000701353 /* Uploader which updates its progress */,
 			);
 			name = "Fun New Classes";
 			sourceTree = "<group>";




More information about the commits mailing list