aboutsummaryrefslogtreecommitdiff
path: root/src/im-menu-item.c
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-08-27 10:10:18 -0500
committerTed Gould <ted@canonical.com>2009-08-27 10:10:18 -0500
commit3f3da424ad9598486672ac43a531bd7565d765a8 (patch)
tree84cfbeb206edaf98c56e90f27eb9931e5a7fd1ee /src/im-menu-item.c
parentec04bfc2ba1caed976374344ae7bf7fb71cad38c (diff)
parent86cab293762c8b864a58f3e297c057cc05794daf (diff)
downloadayatana-indicator-messages-3f3da424ad9598486672ac43a531bd7565d765a8.tar.gz
ayatana-indicator-messages-3f3da424ad9598486672ac43a531bd7565d765a8.tar.bz2
ayatana-indicator-messages-3f3da424ad9598486672ac43a531bd7565d765a8.zip
Merging in a branch that updates to the new dbusmenu but also uses it to add a custom launcher item.
Diffstat (limited to 'src/im-menu-item.c')
-rw-r--r--src/im-menu-item.c2
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;
}