diff options
author | Ted Gould <ted@canonical.com> | 2009-09-10 20:36:16 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-09-10 20:36:16 -0500 |
commit | a3611eae77d86da43efdf9567dba0e036e40dab4 (patch) | |
tree | a56fae4932f69b0911fa22fe90ef236dbf0147cd /src/status-provider.h | |
parent | 5360fce331660e7b94a274bffa125ba8233fbeab (diff) | |
parent | 82395ac94e6daaf020d0310602756007a6b89451 (diff) | |
download | ayatana-indicator-session-a3611eae77d86da43efdf9567dba0e036e40dab4.tar.gz ayatana-indicator-session-a3611eae77d86da43efdf9567dba0e036e40dab4.tar.bz2 ayatana-indicator-session-a3611eae77d86da43efdf9567dba0e036e40dab4.zip |
* Upstream release 0.1.3
* GConf Key change listening
* Pidgin and Empathy (2.26) startup detection
* Label fixes
* Icon fixes for logout windows (LP: #426355)
Diffstat (limited to 'src/status-provider.h')
-rw-r--r-- | src/status-provider.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/status-provider.h b/src/status-provider.h index 522e61b..a0e1c55 100644 --- a/src/status-provider.h +++ b/src/status-provider.h @@ -42,6 +42,7 @@ typedef enum STATUS_PROVIDER_STATUS_DND, STATUS_PROVIDER_STATUS_INVISIBLE, STATUS_PROVIDER_STATUS_OFFLINE, + STATUS_PROVIDER_STATUS_DISCONNECTED, /* Leave as last */ STATUS_PROVIDER_STATUS_LAST } |