adium-1.4 2634:160b373a9e46: Set the BOSH server value into the ...

commits at adium.im commits at adium.im
Tue Oct 20 15:23:36 UTC 2009


details:	http://hg.adium.im/adium-1.4/rev/160b373a9e46
revision:	2634:160b373a9e46
author:		Zachary West <zacw at adium.im>
date:		Tue Oct 20 11:23:25 2009 -0400

Set the BOSH server value into the right text field. Fixes #13206.

diffs (12 lines):

diff -r 3ae33caf4352 -r 160b373a9e46 Plugins/Purple Service/ESPurpleJabberAccountViewController.m
--- a/Plugins/Purple Service/ESPurpleJabberAccountViewController.m	Sat Oct 17 17:42:31 2009 -0400
+++ b/Plugins/Purple Service/ESPurpleJabberAccountViewController.m	Tue Oct 20 11:23:25 2009 -0400
@@ -66,7 +66,7 @@
 	
 	// BOSH server
 	NSString *boshServer = [account preferenceForKey:KEY_JABBER_BOSH_SERVER group:GROUP_ACCOUNT_STATUS];
-	[textField_connectServer setStringValue:(boshServer ?: @"")];	
+	[textField_BOSHserver setStringValue:(boshServer ?: @"")];	
 	
 	//Priority
 	NSNumber *priority = [account preferenceForKey:KEY_JABBER_PRIORITY_AVAILABLE group:GROUP_ACCOUNT_STATUS];




More information about the commits mailing list