← Back to team overview

ayatana-commits team mailing list archive

[Branch ~dbusmenu-team/dbusmenu/trunk] Rev 79: Using a pointer formatting command for tests

 

Merge authors:
  Robert Collins (lifeless)
Related merge proposals:
  https://code.launchpad.net/~lifeless/dbusmenu/bug-527539/+merge/20099
  proposed by: Robert Collins (lifeless)
------------------------------------------------------------
revno: 79 [merge]
committer: Ted Gould <ted@xxxxxxxx>
branch nick: trunk
timestamp: Thu 2010-02-25 10:30:46 -0600
message:
  Using a pointer formatting command for tests
modified:
  tests/test-glib-proxy-proxy.c


--
lp:dbusmenu
https://code.launchpad.net/~dbusmenu-team/dbusmenu/trunk

Your team ayatana-commits is subscribed to branch lp:dbusmenu.
To unsubscribe from this branch go to https://code.launchpad.net/~dbusmenu-team/dbusmenu/trunk/+edit-subscription.
=== modified file 'tests/test-glib-proxy-proxy.c'
--- tests/test-glib-proxy-proxy.c	2010-02-10 21:09:50 +0000
+++ tests/test-glib-proxy-proxy.c	2010-02-25 03:58:50 +0000
@@ -19,7 +19,7 @@
 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");