diff options
author | Ted Gould <ted@canonical.com> | 2009-10-22 16:19:24 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-10-22 16:19:24 -0500 |
commit | d6cc9393161f536e479ab8ec2c175c7237b40df4 (patch) | |
tree | 71686b0204a1c9ab39c3c52c1829bc8dfc318071 /src/libcustomindicator | |
parent | 20caa2fd37e681b8a6682a0ab3535767902256e6 (diff) | |
download | libayatana-appindicator-d6cc9393161f536e479ab8ec2c175c7237b40df4.tar.gz libayatana-appindicator-d6cc9393161f536e479ab8ec2c175c7237b40df4.tar.bz2 libayatana-appindicator-d6cc9393161f536e479ab8ec2c175c7237b40df4.zip |
Looking for the wrong property, we can only set the object.
Diffstat (limited to 'src/libcustomindicator')
-rw-r--r-- | src/libcustomindicator/custom-indicator.c | 2 |
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)); |