diff options
author | Ted Gould <ted@gould.cx> | 2009-12-18 20:58:02 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-12-18 20:58:02 -0600 |
commit | a9d46c6be68d2ff4f8cab6ff1d9027ac5a48045a (patch) | |
tree | 7c60c4bacc9ed1d0da32b23f884cf88a42025371 /src/im-menu-item.c | |
parent | 38a59145e520cc7758af733fee3855705be056d4 (diff) | |
parent | 2e661e35575a77338acb08e6d3707c978d6e1b08 (diff) | |
download | ayatana-indicator-messages-a9d46c6be68d2ff4f8cab6ff1d9027ac5a48045a.tar.gz ayatana-indicator-messages-a9d46c6be68d2ff4f8cab6ff1d9027ac5a48045a.tar.bz2 ayatana-indicator-messages-a9d46c6be68d2ff4f8cab6ff1d9027ac5a48045a.zip |
Upgrading to dbusmenu 0.2.0
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 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); |