diff options
author | Ted Gould <ted@canonical.com> | 2009-10-08 10:54:56 -0400 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-10-08 10:54:56 -0400 |
commit | 69960ed469a9907deb10801f13f77f6b333c8163 (patch) | |
tree | 06bf0c866f89990eae7013fbd1b9d47132bcb3bc /data/icons/24x24/actions/Makefile.am | |
parent | 9ace1e376aac193ba04bcfb0365af774bf96a4e5 (diff) | |
parent | 69c44b63c492193ea74df9ff48e82be5526b7b5f (diff) | |
download | ayatana-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 'data/icons/24x24/actions/Makefile.am')
-rw-r--r-- | data/icons/24x24/actions/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/icons/24x24/actions/Makefile.am b/data/icons/24x24/actions/Makefile.am index 55c63d1..aebdf14 100644 --- a/data/icons/24x24/actions/Makefile.am +++ b/data/icons/24x24/actions/Makefile.am @@ -2,6 +2,7 @@ iconsdir = $(INDICATORICONSDIR)/hicolor/24x24/actions icons_DATA = \ + system-shutdown-panel.png \ system-shutdown.png \ system-restart.png \ system-log-out.png |