aboutsummaryrefslogtreecommitdiff
path: root/tests/test-glib-proxy-proxy.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-02-28 14:36:32 -0600
committerTed Gould <ted@gould.cx>2010-02-28 14:36:32 -0600
commit766b732468b5c8d08e30d8db355dfd1162134eec (patch)
treedb8001549385f63a8c356b36bf721944cb8b00c0 /tests/test-glib-proxy-proxy.c
parent688b1c13a36bf5c0dcc885000b7cec42e043bf24 (diff)
parente011a35e634aeb0a35c95e2c5b982062845262f1 (diff)
downloadlibdbusmenu-766b732468b5c8d08e30d8db355dfd1162134eec.tar.gz
libdbusmenu-766b732468b5c8d08e30d8db355dfd1162134eec.tar.bz2
libdbusmenu-766b732468b5c8d08e30d8db355dfd1162134eec.zip
* Upstream Merge
* Adding in building of the GObject Introspection details
Diffstat (limited to 'tests/test-glib-proxy-proxy.c')
-rw-r--r--tests/test-glib-proxy-proxy.c2
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");