aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rw-r--r--libdbusmenu-glib/client.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 41f1e0e..568ee0c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
libdbusmenu (0.1.5-0ubuntu1~ppa2~bugfix2) UNRELEASED; urgency=low
- * Typo
+ * Typo++
-- Ted Gould <ted@ubuntu.com> Thu, 01 Oct 2009 11:59:36 -0500
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);