adium 2310:62b9de6f32db: Fixed a case of the failed "list object...
commits at adium.im
commits at adium.im
Mon May 25 02:31:03 UTC 2009
details: http://hg.adium.im/adium/rev/62b9de6f32db
revision: 2310:62b9de6f32db
author: Zachary West <zacw at adium.im>
date: Sun May 24 22:30:55 2009 -0400
Fixed a case of the failed "list objects recur their preferences", which fixes idle time reporting.
diffstat:
ChangeLogs/Changes Between Betas.txt | 3 ++-
Plugins/Purple Service/CBPurpleAccount.m | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diffs (24 lines):
diff -r 1cc2db5b3d9e -r 62b9de6f32db ChangeLogs/Changes Between Betas.txt
--- a/ChangeLogs/Changes Between Betas.txt Sun May 24 16:27:04 2009 -0400
+++ b/ChangeLogs/Changes Between Betas.txt Sun May 24 22:30:55 2009 -0400
@@ -4,4 +4,5 @@
* Status icon packs can now specify "Idle And Away" icons to use for contacts. (#872)
* Fixed dragging and dropping emoticon packs to reorder them. (#12099)
* Fixed removing contacts when groups are disabled. (#12136?)
- * Fixed the voiceover for certain fields in the authorization requests window.
\ No newline at end of file
+ * Fixed the voiceover for certain fields in the authorization requests window.
+ * Fixed idle time not being reported.
\ No newline at end of file
diff -r 1cc2db5b3d9e -r 62b9de6f32db Plugins/Purple Service/CBPurpleAccount.m
--- a/Plugins/Purple Service/CBPurpleAccount.m Sun May 24 16:27:04 2009 -0400
+++ b/Plugins/Purple Service/CBPurpleAccount.m Sun May 24 22:30:55 2009 -0400
@@ -2258,7 +2258,7 @@
AILog(@"%@: Updating status for key: %@",self, key);
if ([key isEqualToString:@"IdleSince"]) {
- NSDate *idleSince = [self preferenceForKey:@"IdleSince" group:GROUP_ACCOUNT_STATUS];
+ NSDate *idleSince = [adium.preferenceController preferenceForKey:@"IdleSince" group:GROUP_ACCOUNT_STATUS];
[self setAccountIdleSinceTo:idleSince];
} else if ([key isEqualToString:@"TextProfile"]) {
More information about the commits
mailing list