aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-10-17 22:27:34 -0500
committerTed Gould <ted@canonical.com>2009-10-17 22:27:34 -0500
commit9e25a774c4efc46057eecb1b5c38340691df71ed (patch)
treefb7b0a235f1cfae4c9a1f8b5844b39b268042665 /src
parent49bddff4fb8b4a469fa0896ae69213db2abf8782 (diff)
downloadayatana-indicator-application-9e25a774c4efc46057eecb1b5c38340691df71ed.tar.gz
ayatana-indicator-application-9e25a774c4efc46057eecb1b5c38340691df71ed.tar.bz2
ayatana-indicator-application-9e25a774c4efc46057eecb1b5c38340691df71ed.zip
Changing the name to match the changes in the previous commit.
Diffstat (limited to 'src')
-rw-r--r--src/libcustomindicator/custom-indicator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcustomindicator/custom-indicator.c b/src/libcustomindicator/custom-indicator.c
index c547166..bbf5210 100644
--- a/src/libcustomindicator/custom-indicator.c
+++ b/src/libcustomindicator/custom-indicator.c
@@ -56,7 +56,7 @@ custom_indicator_class_init (CustomIndicatorClass *klass)
g_param_spec_enum(PROP_STATUS_S,
"Indicator Status",
"Whether the indicator is shown or requests attention.",
- CUSTOM_INDICATOR_TYPE_CUSTOM_INDICATOR_STATUS_T,
+ CUSTOM_INDICATOR_TYPE_INDICATOR_STATUS,
CUSTOM_INDICATOR_STATUS_OFF,
G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));