diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2010-03-04 20:31:31 +0100 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2010-03-04 20:31:31 +0100 |
commit | 7320945c0ee39070e261462f850829a8b3e87d73 (patch) | |
tree | c757977cb283009cb467f17bb129134d14a9d2d4 /tests/test-glib-proxy-proxy.c | |
parent | 08b711551f30656386c6eadb7b82e6885ba55c63 (diff) | |
parent | f4e92974c1bca56c4be0602b867cc8ba90927d6a (diff) | |
download | libdbusmenu-7320945c0ee39070e261462f850829a8b3e87d73.tar.gz libdbusmenu-7320945c0ee39070e261462f850829a8b3e87d73.tar.bz2 libdbusmenu-7320945c0ee39070e261462f850829a8b3e87d73.zip |
releasing version 0.2.7-0ubuntu1
Diffstat (limited to 'tests/test-glib-proxy-proxy.c')
-rw-r--r-- | tests/test-glib-proxy-proxy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-glib-proxy-proxy.c b/tests/test-glib-proxy-proxy.c index 1059cfd..722cf1f 100644 --- a/tests/test-glib-proxy-proxy.c +++ b/tests/test-glib-proxy-proxy.c @@ -19,7 +19,7 @@ static GMainLoop * mainloop = NULL; void root_changed (DbusmenuClient * client, DbusmenuMenuitem * newroot, gpointer user_data) { - g_debug("New root: %X", (guint)newroot); + g_debug("New root: %p", newroot); if (newroot == NULL) { g_debug("Root removed, exiting"); |