diff options
author | Sebastien Bacher <seb128@canonical.com> | 2010-01-08 07:54:09 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-01-08 07:54:09 -0600 |
commit | d7719b9d3dd3647e7b412d60665d534f6923b87a (patch) | |
tree | f8b5f9f6c110691556ed92d5163ddae8fce296e2 | |
parent | e76d63c3cfdcbb39419499681e9d58448c693c92 (diff) | |
parent | 69f4b95cf0a66d6fc58090b7e2f007c3b00ef651 (diff) | |
download | ayatana-indicator-application-d7719b9d3dd3647e7b412d60665d534f6923b87a.tar.gz ayatana-indicator-application-d7719b9d3dd3647e7b412d60665d534f6923b87a.tar.bz2 ayatana-indicator-application-d7719b9d3dd3647e7b412d60665d534f6923b87a.zip |
Typo in documentation using wrong values for the enum.
-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 e966a49..fa3e301 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, |