aboutsummaryrefslogtreecommitdiff
path: root/libindicate/interests.h
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-04-02 13:34:40 -0500
committerTed Gould <ted@canonical.com>2009-04-02 13:34:40 -0500
commitf94b485955374f9ef6c4cb8521f610711edf54ad (patch)
tree3cb7d28993d9d81de479d336ef413d33e8d6e108 /libindicate/interests.h
parent1212c8e00290669f251067fb22ccf7f16f4719df (diff)
downloadlibayatana-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.h2
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