aboutsummaryrefslogtreecommitdiff
path: root/src/app-indicator.c
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2010-06-21 16:57:36 -0400
committerKen VanDine <ken.vandine@canonical.com>2010-06-21 16:57:36 -0400
commit90a541060c81dc3f93a55889a719afb624ecd605 (patch)
tree7a4756e76cd59d33587872ca84824d6457a9d949 /src/app-indicator.c
parentc6734d217e6c9f7e9d1702d3e454b6291732a0b8 (diff)
parent61a4f68d7b8aa49dced6eb6afffd6273a95a9d03 (diff)
downloadayatana-indicator-application-90a541060c81dc3f93a55889a719afb624ecd605.tar.gz
ayatana-indicator-application-90a541060c81dc3f93a55889a719afb624ecd605.tar.bz2
ayatana-indicator-application-90a541060c81dc3f93a55889a719afb624ecd605.zip
* New upstream release.
* Fix icon updating (LP: #594199) * Change Mono bindings to only parse particular files (LP: #592706) * Make a policy for migrating the mono bindings * Test fixes to make them more reliable * debian/control: Fixing version numbers * debian/control: Making the 0.1-cil replace and provide the 0.0-cil * debian/libappindicator0.1-cil.installcligac: Add the policy.dll file to the install. * Upstream release 0.0.2 * Updates API to use GTK instead of dbusmenu to make it easier for upstream developers to use.
Diffstat (limited to 'src/app-indicator.c')
-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: