aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--tests/test-glib-layout-server.c2
-rw-r--r--tests/test-gtk-label-server.c2
3 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index b600284..9a7a05e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libdbusmenu (0.0-0ubuntu1~ppa5) UNRELEASED; urgency=low
+
+ * Fix for 64-bit builds
+
+ -- Ted Gould <ted@ubuntu.com> Wed, 27 May 2009 10:13:01 +0200
+
libdbusmenu (0.0-0ubuntu1~ppa4) jaunty; urgency=low
* Another bug fix.
diff --git a/tests/test-glib-layout-server.c b/tests/test-glib-layout-server.c
index e69c6b2..cc9b8e7 100644
--- a/tests/test-glib-layout-server.c
+++ b/tests/test-glib-layout-server.c
@@ -48,7 +48,7 @@ layout2menuitem (layout_t * layout)
}
}
- g_debug("Layout to menu return: 0x%X", (unsigned int)local);
+ /* g_debug("Layout to menu return: 0x%X", (unsigned int)local); */
return local;
}
diff --git a/tests/test-gtk-label-server.c b/tests/test-gtk-label-server.c
index 426daa2..4e2fe0a 100644
--- a/tests/test-gtk-label-server.c
+++ b/tests/test-gtk-label-server.c
@@ -41,7 +41,7 @@ layout2menuitem (proplayout_t * layout)
}
}
- g_debug("Layout to menu return: 0x%X", (unsigned int)local);
+ /* g_debug("Layout to menu return: 0x%X", (unsigned int)local); */
return local;
}