diff options
author | Ted Gould <ted@canonical.com> | 2009-09-10 12:10:07 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-09-10 12:10:07 -0500 |
commit | 935d113e94596808eb0db0cf1719905b68c237d3 (patch) | |
tree | 12bc3a045eab116728a14a0ecfc8126a0a510d44 /src/status-provider.h | |
parent | 3211a5e810fbbe830a237127092d221018f4f6a2 (diff) | |
download | ayatana-indicator-session-935d113e94596808eb0db0cf1719905b68c237d3.tar.gz ayatana-indicator-session-935d113e94596808eb0db0cf1719905b68c237d3.tar.bz2 ayatana-indicator-session-935d113e94596808eb0db0cf1719905b68c237d3.zip |
Adding in a disconnected status value and making it so that when it is the global status we should make the menu items to set status insensitive.
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 } |