diff options
author | Ted Gould <ted@gould.cx> | 2010-06-17 13:21:59 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-06-17 13:21:59 -0500 |
commit | fc6b18bde0af75bff3710306a45fdf907e248c20 (patch) | |
tree | 54b7756db3a1bbb9a4b185c65c4a9ee18ed7a9f5 /src/app-indicator.c | |
parent | cdb0efc773c4dacf3062cf6bdcb7ee70c7417983 (diff) | |
download | libayatana-appindicator-fc6b18bde0af75bff3710306a45fdf907e248c20.tar.gz libayatana-appindicator-fc6b18bde0af75bff3710306a45fdf907e248c20.tar.bz2 libayatana-appindicator-fc6b18bde0af75bff3710306a45fdf907e248c20.zip |
Icon name shouldn't be construct only.
Diffstat (limited to 'src/app-indicator.c')
-rw-r--r-- | src/app-indicator.c | 2 |
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: |