adium 2298:dff327b0bef3: Use the icon "Idle and Away" for idle a...
commits at adium.im
commits at adium.im
Sun May 24 05:52:17 UTC 2009
details: http://hg.adium.im/adium/rev/dff327b0bef3
revision: 2298:dff327b0bef3
author: Zachary West <zacw at adium.im>
date: Sun May 24 01:52:10 2009 -0400
Use the icon "Idle and Away" for idle and away contacts, which I've spent the past few years assuming worked already. Fixes #872.
diffstat:
Frameworks/Adium Framework/Source/AIStatusIcons.m | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diffs (12 lines):
diff -r 4fe2c13359ef -r dff327b0bef3 Frameworks/Adium Framework/Source/AIStatusIcons.m
--- a/Frameworks/Adium Framework/Source/AIStatusIcons.m Sun May 24 00:27:55 2009 -0400
+++ b/Frameworks/Adium Framework/Source/AIStatusIcons.m Sun May 24 01:52:10 2009 -0400
@@ -287,6 +287,8 @@
} else if (statusSummary == AIIdleStatus) {
/* Note: AIIdleStatus, but not AIAwayAndIdleStatus, which implies an away state */
statusName = @"Idle";
+ } else if (statusSummary == AIAwayAndIdleStatus) {
+ statusName = @"Idle And Away";
} else {
statusName = listObject.statusName;
More information about the commits
mailing list