diff options
| author | Ted Gould <ted@gould.cx> | 2010-01-08 11:03:33 -0600 |
|---|---|---|
| committer | Ted Gould <ted@gould.cx> | 2010-01-08 11:03:33 -0600 |
| commit | 458b67c8caa792c8176d494095c7eddd72600bf1 (patch) | |
| tree | b06f1b8a5828b09f5a6cc1b980a8c1897dce5c59 /src/libappindicator/app-indicator.h | |
| parent | 13de14e2a1944a8bee33bdd574924e0d9c8c66ed (diff) | |
| parent | ab7949f8ed0d70686453a2e5c124e9095e8c19f7 (diff) | |
| download | ayatana-indicator-application-458b67c8caa792c8176d494095c7eddd72600bf1.tar.gz ayatana-indicator-application-458b67c8caa792c8176d494095c7eddd72600bf1.tar.bz2 ayatana-indicator-application-458b67c8caa792c8176d494095c7eddd72600bf1.zip | |
Sync to karmic packaging branch
Diffstat (limited to 'src/libappindicator/app-indicator.h')
| -rw-r--r-- | src/libappindicator/app-indicator.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libappindicator/app-indicator.h b/src/libappindicator/app-indicator.h index 52438f6..a680c33 100644 --- a/src/libappindicator/app-indicator.h +++ b/src/libappindicator/app-indicator.h @@ -128,8 +128,8 @@ typedef enum { /*< prefix=APP_INDICATOR_CATEGORY >*/ These are the states that the indicator can be on in the user's panel. The indicator by default starts - in the state @APP_INDICATOR_STATUS_OFF and can be - shown by setting it to @APP_INDICATOR_STATUS_ON. + in the state @APP_INDICATOR_STATUS_PASSIVE and can be + shown by setting it to @APP_INDICATOR_STATUS_ACTIVE. */ typedef enum { /*< prefix=APP_INDICATOR_STATUS >*/ APP_INDICATOR_STATUS_PASSIVE, |
