aboutsummaryrefslogtreecommitdiff
path: root/src/im-menu-item.c
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-08-26 16:47:55 -0500
committerTed Gould <ted@canonical.com>2009-08-26 16:47:55 -0500
commit9449d49b38b2dfe2f9a0d90378877a801b6def03 (patch)
treec8120cccb224cfca42d8adfd7a19d8debddd50ae /src/im-menu-item.c
parent482016974e086dbd2da6d5b093b4b80322cab4c8 (diff)
downloadayatana-indicator-messages-9449d49b38b2dfe2f9a0d90378877a801b6def03.tar.gz
ayatana-indicator-messages-9449d49b38b2dfe2f9a0d90378877a801b6def03.tar.bz2
ayatana-indicator-messages-9449d49b38b2dfe2f9a0d90378877a801b6def03.zip
Replacing the prop strings with defines
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;
}