aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-09-16 16:00:17 -0500
committerTed Gould <ted@canonical.com>2009-09-16 16:00:17 -0500
commitd2be80af54acaf8ef417eeb03860a212222204c5 (patch)
tree194f6b7d39dd855e2d35c5637914a9f745f83d19
parent7f1e833c0244470ecfef227d023d49bd1d6b954f (diff)
downloadayatana-indicator-session-d2be80af54acaf8ef417eeb03860a212222204c5.tar.gz
ayatana-indicator-session-d2be80af54acaf8ef417eeb03860a212222204c5.tar.bz2
ayatana-indicator-session-d2be80af54acaf8ef417eeb03860a212222204c5.zip
Using the right icon name.
-rw-r--r--src/status-service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/status-service.c b/src/status-service.c
index fe02dd0..0cb9185 100644
--- a/src/status-service.c
+++ b/src/status-service.c
@@ -61,7 +61,7 @@ static const gchar * status_strings [STATUS_PROVIDER_STATUS_LAST] = {
};
static const gchar * status_icons[STATUS_PROVIDER_STATUS_LAST] = {
- /* STATUS_PROVIDER_STATUS_ONLINE, */ "user-online",
+ /* STATUS_PROVIDER_STATUS_ONLINE, */ "user-available",
/* STATUS_PROVIDER_STATUS_AWAY, */ "user-away",
/* STATUS_PROVIDER_STATUS_DND, */ "user-busy",
/* STATUS_PROVIDER_STATUS_INVISIBLE, */ "user-invisible",