diff options
author | Ted Gould <ted@gould.cx> | 2010-06-18 11:18:49 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-06-18 11:18:49 -0500 |
commit | 4eb17f90ec6c7b9c5cf332612cce8deadbe74907 (patch) | |
tree | 6e30727ec8e450433d153bfffbb4c0bce0e82928 /src/app-indicator.c | |
parent | ceac80478668981f0e731955d35451154ee9b7eb (diff) | |
parent | 87d82b8a092ec250ba08c14e95e3309ae2cc4f39 (diff) | |
download | libayatana-appindicator-4eb17f90ec6c7b9c5cf332612cce8deadbe74907.tar.gz libayatana-appindicator-4eb17f90ec6c7b9c5cf332612cce8deadbe74907.tar.bz2 libayatana-appindicator-4eb17f90ec6c7b9c5cf332612cce8deadbe74907.zip |
* Upstream merge
* Fix icon updating (LP: #594199)
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: |