aboutsummaryrefslogtreecommitdiff
path: root/src/status-service.c
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-10-08 10:54:56 -0400
committerTed Gould <ted@canonical.com>2009-10-08 10:54:56 -0400
commit69960ed469a9907deb10801f13f77f6b333c8163 (patch)
tree06bf0c866f89990eae7013fbd1b9d47132bcb3bc /src/status-service.c
parent9ace1e376aac193ba04bcfb0365af774bf96a4e5 (diff)
parent69c44b63c492193ea74df9ff48e82be5526b7b5f (diff)
downloadayatana-indicator-session-69960ed469a9907deb10801f13f77f6b333c8163.tar.gz
ayatana-indicator-session-69960ed469a9907deb10801f13f77f6b333c8163.tar.bz2
ayatana-indicator-session-69960ed469a9907deb10801f13f77f6b333c8163.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. (LP: #432635)
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"
};