diff options
author | Ted Gould <ted@gould.cx> | 2010-11-11 21:05:39 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-11-11 21:05:39 -0600 |
commit | 8b57d12c54ec1befb09711439e40eac7ed93dbcd (patch) | |
tree | ba05d4a6937b8e7724062af32dd1c6a954eb4f0e /src | |
parent | 53d10c22f2df62a7ee96f7effa9f641bf638a627 (diff) | |
download | libayatana-appindicator-8b57d12c54ec1befb09711439e40eac7ed93dbcd.tar.gz libayatana-appindicator-8b57d12c54ec1befb09711439e40eac7ed93dbcd.tar.bz2 libayatana-appindicator-8b57d12c54ec1befb09711439e40eac7ed93dbcd.zip |
Set the property type correctly.
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 fd035ac..78d784a 100644 --- a/src/app-indicator.c +++ b/src/app-indicator.c @@ -420,7 +420,7 @@ app_indicator_class_init (AppIndicatorClass *klass) g_param_spec_object (PROP_DBUS_MENU_SERVER_S, "The internal DBusmenu Server", "DBusmenu server which is available for testing the application indicators.", - DBUSMENU_TYPE_MENUITEM, + DBUSMENU_TYPE_SERVER, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); /* Signals */ |