diff options
author | Ted Gould <ted@canonical.com> | 2009-04-02 13:34:40 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-04-02 13:34:40 -0500 |
commit | f94b485955374f9ef6c4cb8521f610711edf54ad (patch) | |
tree | 3cb7d28993d9d81de479d336ef413d33e8d6e108 /libindicate/interests.h | |
parent | 1212c8e00290669f251067fb22ccf7f16f4719df (diff) | |
download | libayatana-indicator-f94b485955374f9ef6c4cb8521f610711edf54ad.tar.gz libayatana-indicator-f94b485955374f9ef6c4cb8521f610711edf54ad.tar.bz2 libayatana-indicator-f94b485955374f9ef6c4cb8521f610711edf54ad.zip |
Adding in folks support.
Diffstat (limited to 'libindicate/interests.h')
-rw-r--r-- | libindicate/interests.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libindicate/interests.h b/libindicate/interests.h index 5733199..70c52d9 100644 --- a/libindicate/interests.h +++ b/libindicate/interests.h @@ -42,7 +42,7 @@ enum _IndicateInterests { INDICATE_INTEREST_INDICATOR_DISPLAY, /**< Displays indicators to the user */ INDICATE_INTEREST_INDICATOR_SIGNAL, /**< Will return signals based on individual indicators being responded to */ INDICATE_INTEREST_INDICATOR_COUNT, /**< Only displays a count of the indicators */ - INDICATE_INTEREST_INDICATOR_LAST /**< Makes merges and counting easier */ + INDICATE_INTEREST_LAST /**< Makes merges and counting easier */ }; G_END_DECLS |