From 57ff63f095c33bb90a2eaf64acdb22d529bd0621 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Fri, 8 Nov 2013 13:06:20 -0600 Subject: look for fallback icons in test-services --- tests/test-service.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test-service.cc b/tests/test-service.cc index 19ec619..5ec86d2 100644 --- a/tests/test-service.cc +++ b/tests/test-service.cc @@ -342,7 +342,7 @@ class ServiceTest: public GTestDBusFixture if (expected_icon != NULL) { GVariant * v = g_variant_lookup_value (state, "icon", NULL); - GIcon * expected = g_themed_icon_new (expected_icon); + GIcon * expected = g_themed_icon_new_with_default_fallbacks (expected_icon); GIcon * actual = g_icon_deserialize (v); ASSERT_TRUE (g_icon_equal (expected, actual)); g_object_unref (actual); -- cgit v1.2.3