adium 3619:b6c2f48fd28c: Don't need to check for this anymore.

commits at adium.im commits at adium.im
Sun Jan 16 21:15:15 UTC 2011


details:	http://hg.adium.im/adium/rev/b6c2f48fd28c
revision:	3619:b6c2f48fd28c
author:		Frank Dowsett <wixardy at adium.im>
date:		Sun Jan 16 15:58:19 2011 -0500

Don't need to check for this anymore.
Subject: adium 3620:5ed3edb0b7b3: Remove some unused files.

details:	http://hg.adium.im/adium/rev/5ed3edb0b7b3
revision:	3620:5ed3edb0b7b3
author:		Frank Dowsett <wixardy at adium.im>
date:		Sun Jan 16 15:58:26 2011 -0500

Remove some unused files.

diffs (150 lines):

diff -r 1b081b5c0abc -r 5ed3edb0b7b3 Plugins/Purple Service/DCPurpleJabberJoinChatViewController.m
--- a/Plugins/Purple Service/DCPurpleJabberJoinChatViewController.m	Fri Jan 14 22:21:55 2011 -0500
+++ b/Plugins/Purple Service/DCPurpleJabberJoinChatViewController.m	Sun Jan 16 15:58:26 2011 -0500
@@ -72,20 +72,12 @@
 
 - (void)configureForAccount:(AIAccount *)inAccount
 {
-	NSString	*defaultConferenceServer;
-	
 	[super configureForAccount:inAccount];
 	
-	defaultConferenceServer = [self defaultConferenceServer];
-
 	[delegate setJoinChatEnabled:NO];
 	[[view window] makeFirstResponder:textField_roomName];
 
-	if ([[textField_server cell] respondsToSelector:@selector(setPlaceholderString:)]) {
-		[[textField_server cell] setPlaceholderString:[self defaultConferenceServer]];
-	} else {
-		[textField_server setStringValue:defaultConferenceServer];
-	}
+	[[textField_server cell] setPlaceholderString:[self defaultConferenceServer]];
 		
 	[textField_inviteUsers setMinStringLength:2];
 	[textField_inviteUsers setCompletesOnlyAfterSeparator:YES];
diff -r 1b081b5c0abc -r 5ed3edb0b7b3 Plugins/Purple Service/es.lproj/ESPurpleYahooJapanAccount.h
--- a/Plugins/Purple Service/es.lproj/ESPurpleYahooJapanAccount.h	Fri Jan 14 22:21:55 2011 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-/* 
- * Adium is the legal property of its developers, whose names are listed in the copyright file included
- * with this source distribution.
- * 
- * This program is free software; you can redistribute it and/or modify it under the terms of the GNU
- * General Public License as published by the Free Software Foundation; either version 2 of the License,
- * or (at your option) any later version.
- * 
- * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
- * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General
- * Public License for more details.
- * 
- * You should have received a copy of the GNU General Public License along with this program; if not,
- * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
- */
-
-#import "ESGaimYahooAccount.h"
-
- at interface ESGaimYahooJapanAccount : ESGaimYahooAccount {
-
-}
-
- at end
diff -r 1b081b5c0abc -r 5ed3edb0b7b3 Plugins/Purple Service/es.lproj/ESPurpleYahooJapanAccount.m
--- a/Plugins/Purple Service/es.lproj/ESPurpleYahooJapanAccount.m	Fri Jan 14 22:21:55 2011 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,36 +0,0 @@
-/* 
- * Adium is the legal property of its developers, whose names are listed in the copyright file included
- * with this source distribution.
- * 
- * This program is free software; you can redistribute it and/or modify it under the terms of the GNU
- * General Public License as published by the Free Software Foundation; either version 2 of the License,
- * or (at your option) any later version.
- * 
- * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
- * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General
- * Public License for more details.
- * 
- * You should have received a copy of the GNU General Public License along with this program; if not,
- * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
- */
-
-#import "ESGaimYahooJapanAccount.h"
-
- at implementation ESGaimYahooJapanAccount
-
-- (void)configureGaimAccount
-{
-	[super configureGaimAccount];
-	
-	NSString	*hostName;
-	
-	//Host (server) - Yahoo! Japan uses a different server preference key than other accounts, so set that here
-	hostName = [self host];
-	if (hostName && [hostName length]) {
-		gaim_account_set_string(account, "serverjp", [hostName UTF8String]);
-	}
-
-	gaim_account_set_bool(account, "yahoojp", TRUE);
-}
-
- at end
diff -r 1b081b5c0abc -r 5ed3edb0b7b3 Plugins/Secure Messaging/ESSecureMessagingPlugin.h
--- a/Plugins/Secure Messaging/ESSecureMessagingPlugin.h	Fri Jan 14 22:21:55 2011 -0500
+++ b/Plugins/Secure Messaging/ESSecureMessagingPlugin.h	Sun Jan 16 15:58:26 2011 -0500
@@ -30,7 +30,6 @@
 @interface ESSecureMessagingPlugin : AIPlugin <AIChatObserver> {
 	NSImage	*lockImage_Locked;
 	NSImage	*lockImage_Unlocked;
-	NSImage *lockImageAnimation[LOCK_IMAGE_ANIMATION_STEPS];
 	
 	NSMutableSet	*toolbarItems;
 	NSMutableSet	*validatedItems;
diff -r 1b081b5c0abc -r 5ed3edb0b7b3 Plugins/Secure Messaging/ESSecureMessagingPlugin.m
--- a/Plugins/Secure Messaging/ESSecureMessagingPlugin.m	Fri Jan 14 22:21:55 2011 -0500
+++ b/Plugins/Secure Messaging/ESSecureMessagingPlugin.m	Sun Jan 16 15:58:26 2011 -0500
@@ -70,11 +70,6 @@
 	lockImage_Locked = [[NSImage imageNamed:@"Lock_Locked State" forClass:[self class]] retain];
 	lockImage_Unlocked = [[NSImage imageNamed:@"Lock_Unlocked State" forClass:[self class]] retain];
 
-	/*
-	lockImageAnimation[i] = [[NSImage imageNamed:[NSString stringWithFormat:@"Lock_Open Anim %02i",i]
-										forClass:[self class]] retain];
-	 */
-	
 	[self registerToolbarItem];
 	[self configureMenuItems];
 
diff -r 1b081b5c0abc -r 5ed3edb0b7b3 Plugins/Secure Messaging/Lock_Open Anim 01.png
Binary file Plugins/Secure Messaging/Lock_Open Anim 01.png has changed
diff -r 1b081b5c0abc -r 5ed3edb0b7b3 Plugins/Secure Messaging/Lock_Open Anim 02.png
Binary file Plugins/Secure Messaging/Lock_Open Anim 02.png has changed
diff -r 1b081b5c0abc -r 5ed3edb0b7b3 Plugins/Secure Messaging/Lock_Open Anim 03.png
Binary file Plugins/Secure Messaging/Lock_Open Anim 03.png has changed
diff -r 1b081b5c0abc -r 5ed3edb0b7b3 Plugins/Secure Messaging/Lock_Open Anim 04.png
Binary file Plugins/Secure Messaging/Lock_Open Anim 04.png has changed
diff -r 1b081b5c0abc -r 5ed3edb0b7b3 Plugins/Secure Messaging/Lock_Open Anim 05.png
Binary file Plugins/Secure Messaging/Lock_Open Anim 05.png has changed
diff -r 1b081b5c0abc -r 5ed3edb0b7b3 Plugins/Secure Messaging/Lock_Open Anim 06.png
Binary file Plugins/Secure Messaging/Lock_Open Anim 06.png has changed
diff -r 1b081b5c0abc -r 5ed3edb0b7b3 Plugins/Secure Messaging/Lock_Open Anim 07.png
Binary file Plugins/Secure Messaging/Lock_Open Anim 07.png has changed
diff -r 1b081b5c0abc -r 5ed3edb0b7b3 Plugins/Secure Messaging/Lock_Open Anim 08.png
Binary file Plugins/Secure Messaging/Lock_Open Anim 08.png has changed
diff -r 1b081b5c0abc -r 5ed3edb0b7b3 Plugins/Secure Messaging/Lock_Open Anim 09.png
Binary file Plugins/Secure Messaging/Lock_Open Anim 09.png has changed
diff -r 1b081b5c0abc -r 5ed3edb0b7b3 Plugins/Secure Messaging/Lock_Open Anim 10.png
Binary file Plugins/Secure Messaging/Lock_Open Anim 10.png has changed
diff -r 1b081b5c0abc -r 5ed3edb0b7b3 Plugins/Secure Messaging/Lock_Open Anim 11.png
Binary file Plugins/Secure Messaging/Lock_Open Anim 11.png has changed
diff -r 1b081b5c0abc -r 5ed3edb0b7b3 Plugins/Secure Messaging/Lock_Open Anim 12.png
Binary file Plugins/Secure Messaging/Lock_Open Anim 12.png has changed
diff -r 1b081b5c0abc -r 5ed3edb0b7b3 Plugins/Secure Messaging/Lock_Open Anim 13.png
Binary file Plugins/Secure Messaging/Lock_Open Anim 13.png has changed
diff -r 1b081b5c0abc -r 5ed3edb0b7b3 Plugins/Secure Messaging/Lock_Open Anim 14.png
Binary file Plugins/Secure Messaging/Lock_Open Anim 14.png has changed
diff -r 1b081b5c0abc -r 5ed3edb0b7b3 Plugins/Secure Messaging/Lock_Open Anim 15.png
Binary file Plugins/Secure Messaging/Lock_Open Anim 15.png has changed
diff -r 1b081b5c0abc -r 5ed3edb0b7b3 Resources/miniCheck_Mixed_Press.png
Binary file Resources/miniCheck_Mixed_Press.png has changed




More information about the commits mailing list