adium 2752:a365b03465cb: Set the BOSH server value into the righ...
commits at adium.im
commits at adium.im
Tue Oct 20 15:24:03 UTC 2009
details: http://hg.adium.im/adium/rev/a365b03465cb
revision: 2752:a365b03465cb
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 70e57c04f788 -r a365b03465cb Plugins/Purple Service/ESPurpleJabberAccountViewController.m
--- a/Plugins/Purple Service/ESPurpleJabberAccountViewController.m Tue Oct 20 00:23:11 2009 -0400
+++ b/Plugins/Purple Service/ESPurpleJabberAccountViewController.m Tue Oct 20 11:23:25 2009 -0400
@@ -67,7 +67,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