adium 2383:f4fee8fe399e: This was meant to emphasize that betas ...
commits at adium.im
commits at adium.im
Thu May 28 22:12:55 UTC 2009
details: http://hg.adium.im/adium/rev/f4fee8fe399e
revision: 2383:f4fee8fe399e
author: Zachary West <zacw at adium.im>
date: Thu May 28 18:12:47 2009 -0400
This was meant to emphasize that betas always update to betas. Fixes #12220.
diffs (12 lines):
diff -r a6be51bb7a5e -r f4fee8fe399e Plugins/General Preferences/ESGeneralPreferences.m
--- a/Plugins/General Preferences/ESGeneralPreferences.m Thu May 28 16:25:20 2009 -0400
+++ b/Plugins/General Preferences/ESGeneralPreferences.m Thu May 28 18:12:47 2009 -0400
@@ -163,7 +163,7 @@
[checkBox_updatesProfileInfo setEnabled:[checkBox_updatesAutomatic state]];
#ifdef BETA_RELEASE
[checkBox_updatesIncludeBetas setEnabled:NO];
- [checkBox_updatesAutomatic setState:NSOnState];
+ [checkBox_updatesIncludeBetas setState:NSOnState];
#else
[checkBox_updatesIncludeBetas setEnabled:[checkBox_updatesAutomatic state]];
#endif
More information about the commits
mailing list