diff options
author | Ted Gould <ted@gould.cx> | 2010-06-18 11:16:33 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-06-18 11:16:33 -0500 |
commit | 87d82b8a092ec250ba08c14e95e3309ae2cc4f39 (patch) | |
tree | a72b040944830074d3a9ec36b5b9ce255cf43515 /src/app-indicator.c | |
parent | 250a731fb356b1fcf46b14a1c39882875a208a69 (diff) | |
parent | d4f5fa77e921df815bd67080167a461c51791a26 (diff) | |
download | libayatana-appindicator-87d82b8a092ec250ba08c14e95e3309ae2cc4f39.tar.gz libayatana-appindicator-87d82b8a092ec250ba08c14e95e3309ae2cc4f39.tar.bz2 libayatana-appindicator-87d82b8a092ec250ba08c14e95e3309ae2cc4f39.zip |
Make icon switching work again.
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: |