diff options
author | Ted Gould <ted@gould.cx> | 2010-06-17 13:28:27 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-06-17 13:28:27 -0500 |
commit | 81e0ff2013b8fe37066ec77473c338ef55b15516 (patch) | |
tree | 42b55bf468a4645b32e43326942d028e3743250b /src | |
parent | 9119e0042cd92c811c561cff7713ef220e4c3efe (diff) | |
parent | fc6b18bde0af75bff3710306a45fdf907e248c20 (diff) | |
download | libayatana-appindicator-81e0ff2013b8fe37066ec77473c338ef55b15516.tar.gz libayatana-appindicator-81e0ff2013b8fe37066ec77473c338ef55b15516.tar.bz2 libayatana-appindicator-81e0ff2013b8fe37066ec77473c338ef55b15516.zip |
* Upstream Merge
* Making it so that icons can be changed at any time.
Diffstat (limited to 'src')
-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: |