diff options
author | Ted Gould <ted@canonical.com> | 2009-06-23 13:16:10 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-06-23 13:16:10 -0500 |
commit | adfef85dda36a1f5f652cc017b85e14194bd0ec6 (patch) | |
tree | c55b0ff3ecd46d787b95e0e183487ecdcb8474fc /tests/test-glib-layout-server.c | |
parent | ec5c382624da19a1a83d1e75d21f74778df01f38 (diff) | |
parent | 9293879744bb732b416c6c57f38808381c282759 (diff) | |
download | libdbusmenu-adfef85dda36a1f5f652cc017b85e14194bd0ec6.tar.gz libdbusmenu-adfef85dda36a1f5f652cc017b85e14194bd0ec6.tar.bz2 libdbusmenu-adfef85dda36a1f5f652cc017b85e14194bd0ec6.zip |
Merging in the dbusdeath branch to get the gtkmenu updates and dbus handling code.
Diffstat (limited to 'tests/test-glib-layout-server.c')
-rw-r--r-- | tests/test-glib-layout-server.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |