aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/client.c
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-10-01 12:02:16 -0500
committerTed Gould <ted@canonical.com>2009-10-01 12:02:16 -0500
commit05e1db59fa09b73b8ea16b9ed3614fe176a4d11b (patch)
treec956847cd09f89833c2e955e713ec40d4ddffdc6 /libdbusmenu-glib/client.c
parent4c6ddcee5e750b52977e431a045096e47e18121e (diff)
parent7dbf3b82ca88a28453e3177b84bcc76f05283141 (diff)
downloadlibdbusmenu-05e1db59fa09b73b8ea16b9ed3614fe176a4d11b.tar.gz
libdbusmenu-05e1db59fa09b73b8ea16b9ed3614fe176a4d11b.tar.bz2
libdbusmenu-05e1db59fa09b73b8ea16b9ed3614fe176a4d11b.zip
Typo++
Diffstat (limited to 'libdbusmenu-glib/client.c')
-rw-r--r--libdbusmenu-glib/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdbusmenu-glib/client.c b/libdbusmenu-glib/client.c
index be80886..de01146 100644
--- a/libdbusmenu-glib/client.c
+++ b/libdbusmenu-glib/client.c
@@ -610,7 +610,7 @@ menuitem_get_properties_new_cb (DBusGProxy * proxy, GHashTable * properties, GEr
}
#ifdef MASSIVEDEBUGGING
- g_debug("Client has realized a menuitem: %d", dbusmenu_meunitem_get_id(propdata->item));
+ g_debug("Client has realized a menuitem: %d", dbusmenu_menuitem_get_id(propdata->item));
#endif
g_signal_emit(G_OBJECT(propdata->item), DBUSMENU_MENUITEM_SIGNAL_REALIZED_ID, 0, TRUE);