aboutsummaryrefslogtreecommitdiff
path: root/tests/test-glib-objects.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2009-12-22 20:51:37 -0600
committerTed Gould <ted@gould.cx>2009-12-22 20:51:37 -0600
commit0c85926daf6361821a4a6023e8756d1634fbfd85 (patch)
treef1c078601ccf19da5e6a2199f97af45fc4dd1e11 /tests/test-glib-objects.c
parent39cb6247d5a749ce102542adc8a30b73221fb686 (diff)
downloadlibdbusmenu-0c85926daf6361821a4a6023e8756d1634fbfd85.tar.gz
libdbusmenu-0c85926daf6361821a4a6023e8756d1634fbfd85.tar.bz2
libdbusmenu-0c85926daf6361821a4a6023e8756d1634fbfd85.zip
Removing the bustle captures as we're not using them and they seem to be breaking on Hudson.
Diffstat (limited to 'tests/test-glib-objects.c')
-rw-r--r--tests/test-glib-objects.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test-glib-objects.c b/tests/test-glib-objects.c
index 7b22b7a..f3fbcc8 100644
--- a/tests/test-glib-objects.c
+++ b/tests/test-glib-objects.c
@@ -155,9 +155,10 @@ test_object_menuitem_props_swap (void)
static void
test_object_menuitem_props_signals_helper (DbusmenuMenuitem * mi, gchar * property, GValue * value, GValue ** out)
{
- /* g_debug("Signal handler got: %s", property); */
if (!g_strcmp0(property, "swapper")) {
*out = value;
+ } else {
+ g_warning("Signal handler got: %s", property);
}
return;
}