aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-10-22 16:19:24 -0500
committerTed Gould <ted@canonical.com>2009-10-22 16:19:24 -0500
commitd6cc9393161f536e479ab8ec2c175c7237b40df4 (patch)
tree71686b0204a1c9ab39c3c52c1829bc8dfc318071
parent20caa2fd37e681b8a6682a0ab3535767902256e6 (diff)
downloadayatana-indicator-application-d6cc9393161f536e479ab8ec2c175c7237b40df4.tar.gz
ayatana-indicator-application-d6cc9393161f536e479ab8ec2c175c7237b40df4.tar.bz2
ayatana-indicator-application-d6cc9393161f536e479ab8ec2c175c7237b40df4.zip
Looking for the wrong property, we can only set the object.
-rw-r--r--src/libcustomindicator/custom-indicator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcustomindicator/custom-indicator.c b/src/libcustomindicator/custom-indicator.c
index fc8b3da..a4835cc 100644
--- a/src/libcustomindicator/custom-indicator.c
+++ b/src/libcustomindicator/custom-indicator.c
@@ -449,7 +449,7 @@ custom_indicator_set_property (GObject * object, guint prop_id, const GValue * v
}
break;
/* *********************** */
- case PROP_MENU:
+ case PROP_MENU_OBJECT:
if (G_VALUE_HOLDS_OBJECT(value)) {
if (priv->menu != NULL) {
g_object_unref(G_OBJECT(priv->menu));