aboutsummaryrefslogtreecommitdiff
path: root/src/status-service.c
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-10-08 10:51:20 -0400
committerTed Gould <ted@canonical.com>2009-10-08 10:51:20 -0400
commite0043aefb0c0366ee26452df2b0ef6d8d3e5a526 (patch)
tree8384b9fb90492c6bbaf87393c732de7012b5e3a2 /src/status-service.c
parent8ec71fe8283925d4fb4dd0f59767d1c2eba75451 (diff)
parent7bb2c92d05bac11fecb30d744632f4d581903fbb (diff)
downloadayatana-indicator-session-e0043aefb0c0366ee26452df2b0ef6d8d3e5a526.tar.gz
ayatana-indicator-session-e0043aefb0c0366ee26452df2b0ef6d8d3e5a526.tar.bz2
ayatana-indicator-session-e0043aefb0c0366ee26452df2b0ef6d8d3e5a526.zip
Changing the icon so that if you are disconnected it is 'system-shutdown-panel' and making sure that we see it sometimes by not allocating the EmpathyAccountManager isn't allocated until status is set.
Diffstat (limited to 'src/status-service.c')
-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 a448ada..e3a9684 100644
--- a/src/status-service.c
+++ b/src/status-service.c
@@ -68,7 +68,7 @@ static const gchar * status_icons[STATUS_PROVIDER_STATUS_LAST] = {
/* STATUS_PROVIDER_STATUS_DND, */ "user-busy",
/* STATUS_PROVIDER_STATUS_INVISIBLE, */ "user-invisible",
/* STATUS_PROVIDER_STATUS_OFFLINE */ "user-offline",
- /* STATUS_PROVIDER_STATUS_DISCONNECTED */"user-offline"
+ /* STATUS_PROVIDER_STATUS_DISCONNECTED */"system-shutdown-panel"
};