aboutsummaryrefslogtreecommitdiff
path: root/src/im-menu-item.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2009-12-18 15:46:18 -0600
committerTed Gould <ted@gould.cx>2009-12-18 15:46:18 -0600
commit2e661e35575a77338acb08e6d3707c978d6e1b08 (patch)
tree49e1b519198ff386dc4dae646bcac8c059743310 /src/im-menu-item.c
parente0fabde50e1c885faf6e3b435842d52430a69e20 (diff)
downloadayatana-indicator-messages-2e661e35575a77338acb08e6d3707c978d6e1b08.tar.gz
ayatana-indicator-messages-2e661e35575a77338acb08e6d3707c978d6e1b08.tar.bz2
ayatana-indicator-messages-2e661e35575a77338acb08e6d3707c978d6e1b08.zip
Switching type to use the #define
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 9ea7ec7..035b2da 100644
--- a/src/im-menu-item.c
+++ b/src/im-menu-item.c
@@ -442,7 +442,7 @@ im_menu_item_new (IndicateListener * listener, IndicateListenerServer * server,
priv->attention = FALSE;
priv->show = TRUE;
- dbusmenu_menuitem_property_set(DBUSMENU_MENUITEM(self), "type", INDICATOR_MENUITEM_TYPE);
+ dbusmenu_menuitem_property_set(DBUSMENU_MENUITEM(self), DBUSMENU_MENUITEM_PROP_TYPE, INDICATOR_MENUITEM_TYPE);
indicate_listener_displayed(listener, server, indicator, TRUE);