diff options
author | Ted Gould <ted@gould.cx> | 2010-08-05 16:37:21 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-05 16:37:21 -0500 |
commit | ac60059f63eb9ebf4c9edd30678a18aeeea89d34 (patch) | |
tree | f27e6d1283c3fa8604ef933420590a8cc22b2069 | |
parent | 30e2a62868255de3d48efc9462ee465e95c041e3 (diff) | |
parent | 845a83ce74926c1cfc4362cf022035d017242dda (diff) | |
download | libdbusmenu-ac60059f63eb9ebf4c9edd30678a18aeeea89d34.tar.gz libdbusmenu-ac60059f63eb9ebf4c9edd30678a18aeeea89d34.tar.bz2 libdbusmenu-ac60059f63eb9ebf4c9edd30678a18aeeea89d34.zip |
Tools fixes
-rw-r--r-- | tests/Makefile.am | 1 | ||||
-rw-r--r-- | tools/dbusmenu-dumper.c | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 839305f..9f621cb 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -10,6 +10,7 @@ TESTS = \ test-glib-proxy \ test-glib-simple-items \ test-glib-submenu \ + test-json \ test-gtk-objects-test \ test-gtk-label \ test-gtk-shortcut \ diff --git a/tools/dbusmenu-dumper.c b/tools/dbusmenu-dumper.c index 40ab1e1..9e66236 100644 --- a/tools/dbusmenu-dumper.c +++ b/tools/dbusmenu-dumper.c @@ -445,12 +445,10 @@ main (int argc, char ** argv) g_printerr("ERROR: could not get the id for the pointed window\n"); return 1; } - g_debug("window: %u", (unsigned int)window); if (!init_dbus_vars_from_window(window)) { g_printerr("ERROR: could not find a menu for the pointed window\n"); return 1; } - g_debug("dbusname: %s, dbusobject: %s", dbusname, dbusobject); } else { if (dbusname == NULL) { g_printerr("ERROR: dbus-name not specified\n"); |