aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-06-17 13:21:59 -0500
committerTed Gould <ted@gould.cx>2010-06-17 13:21:59 -0500
commitfc6b18bde0af75bff3710306a45fdf907e248c20 (patch)
tree54b7756db3a1bbb9a4b185c65c4a9ee18ed7a9f5
parentcdb0efc773c4dacf3062cf6bdcb7ee70c7417983 (diff)
downloadayatana-indicator-application-fc6b18bde0af75bff3710306a45fdf907e248c20.tar.gz
ayatana-indicator-application-fc6b18bde0af75bff3710306a45fdf907e248c20.tar.bz2
ayatana-indicator-application-fc6b18bde0af75bff3710306a45fdf907e248c20.zip
Icon name shouldn't be construct only.
-rw-r--r--src/app-indicator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app-indicator.c b/src/app-indicator.c
index 6c2a8d9..bc43e58 100644
--- a/src/app-indicator.c
+++ b/src/app-indicator.c
@@ -229,7 +229,7 @@ app_indicator_class_init (AppIndicatorClass *klass)
"An icon for the indicator",
"The default icon that is shown for the indicator.",
NULL,
- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS | G_PARAM_CONSTRUCT));
+ G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
/**
AppIndicator:attention-icon-name: