diff options
author | Ted Gould <ted@canonical.com> | 2009-10-01 12:02:16 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-10-01 12:02:16 -0500 |
commit | 05e1db59fa09b73b8ea16b9ed3614fe176a4d11b (patch) | |
tree | c956847cd09f89833c2e955e713ec40d4ddffdc6 | |
parent | 4c6ddcee5e750b52977e431a045096e47e18121e (diff) | |
parent | 7dbf3b82ca88a28453e3177b84bcc76f05283141 (diff) | |
download | libdbusmenu-05e1db59fa09b73b8ea16b9ed3614fe176a4d11b.tar.gz libdbusmenu-05e1db59fa09b73b8ea16b9ed3614fe176a4d11b.tar.bz2 libdbusmenu-05e1db59fa09b73b8ea16b9ed3614fe176a4d11b.zip |
Typo++
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | libdbusmenu-glib/client.c | 2 |
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); |