aboutsummaryrefslogtreecommitdiff
path: root/src/app-indicator.c
diff options
context:
space:
mode:
authorSense Hofstede <sense@ubuntu.com>2010-07-22 17:36:12 +0200
committerSense Hofstede <sense@ubuntu.com>2010-07-22 17:36:12 +0200
commit0a8c09e4f8ce284788845f465dcc826a67602cd0 (patch)
treee7ffa39541e9debe81f5bd60f57516c64ee0f5b6 /src/app-indicator.c
parent0dbf34a46c0c39f4e4bcd6ac1de72523cb7e3b63 (diff)
downloadayatana-indicator-application-0a8c09e4f8ce284788845f465dcc826a67602cd0.tar.gz
ayatana-indicator-application-0a8c09e4f8ce284788845f465dcc826a67602cd0.tar.bz2
ayatana-indicator-application-0a8c09e4f8ce284788845f465dcc826a67602cd0.zip
Fixed two G_PARAM_SPECS and made it even more possible to remove the
custom icon theme path.
Diffstat (limited to 'src/app-indicator.c')
-rw-r--r--src/app-indicator.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app-indicator.c b/src/app-indicator.c
index 91b0ecd..7b74495 100644
--- a/src/app-indicator.c
+++ b/src/app-indicator.c
@@ -230,7 +230,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_READWRITE | G_PARAM_STATIC_STRINGS | G_PARAM_CONSTRUCT));
/**
AppIndicator:attention-icon-name:
@@ -257,7 +257,7 @@ app_indicator_class_init (AppIndicatorClass *klass)
"An additional path for custom icons.",
"An additional place to look for icon names that may be installed by the application.",
NULL,
- G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS | G_PARAM_CONSTRUCT_ONLY));
+ G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS | G_PARAM_CONSTRUCT));
/**
AppIndicator:menu: