diff options
author | Ted Gould <ted@gould.cx> | 2010-01-08 11:20:32 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-01-08 11:20:32 -0600 |
commit | 96e4332ec96cd0b649d829857efb4d4f0268bb76 (patch) | |
tree | 535fb7809abc19be414318743bc55f586470d926 /src/libappindicator/app-indicator.h | |
parent | 5d97173ceb9192b8cf01c8f1ba0d761f2434817c (diff) | |
parent | a5753822cc80f3f579aa61801b54134b3baa8076 (diff) | |
download | ayatana-indicator-application-96e4332ec96cd0b649d829857efb4d4f0268bb76.tar.gz ayatana-indicator-application-96e4332ec96cd0b649d829857efb4d4f0268bb76.tar.bz2 ayatana-indicator-application-96e4332ec96cd0b649d829857efb4d4f0268bb76.zip |
Updating to trunk
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, |