diff options
author | Ted Gould <ted@canonical.com> | 2009-08-26 21:09:43 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-26 21:09:43 -0500 |
commit | 43fffd847c98dcd789cf3c823028ee2d66db98d7 (patch) | |
tree | 44cffcfbc66db1b6690e00643c05255e1be5c656 /src/im-menu-item.c | |
parent | 21caab3ed3cbb70ec0f2929dd69d9f348162e975 (diff) | |
parent | db3b38d030508339bd9ce3f45dd84808b6f24257 (diff) | |
download | ayatana-indicator-messages-43fffd847c98dcd789cf3c823028ee2d66db98d7.tar.gz ayatana-indicator-messages-43fffd847c98dcd789cf3c823028ee2d66db98d7.tar.bz2 ayatana-indicator-messages-43fffd847c98dcd789cf3c823028ee2d66db98d7.zip |
Merging in the menu update branch.
Diffstat (limited to 'src/im-menu-item.c')
-rw-r--r-- | src/im-menu-item.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/im-menu-item.c b/src/im-menu-item.c index d35684e..008e33f 100644 --- a/src/im-menu-item.c +++ b/src/im-menu-item.c @@ -253,7 +253,7 @@ sender_cb (IndicateListener * listener, IndicateListenerServer * server, Indicat return; } - dbusmenu_menuitem_property_set(DBUSMENU_MENUITEM(self), "label", propertydata); + dbusmenu_menuitem_property_set(DBUSMENU_MENUITEM(self), DBUSMENU_MENUITEM_PROP_LABEL, propertydata); return; } |