From 138de60ab27691fc5022732566b21634e13d0c3a Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Tue, 4 Feb 2020 04:26:19 +0100 Subject: icontheme: Remove GENERIC_FALLBACKS Instead, rely on people passing fallbacks explicitly. Alternatively, GThemedIcon provides the functionality to create fallbacks, which is what GtkImage and the testsuite now use. That method is slightly better, too, so the expected test results have been updated accordingly. --- tests/testdnd2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/testdnd2.c b/tests/testdnd2.c index da076e59ef..615964ac9e 100644 --- a/tests/testdnd2.c +++ b/tests/testdnd2.c @@ -30,7 +30,7 @@ get_image_texture (GtkImage *image, NULL, width, 1, gtk_widget_get_direction (GTK_WIDGET (image)), - GTK_ICON_LOOKUP_GENERIC_FALLBACK); + 0); if (icon) texture = gtk_icon_download_texture (icon, NULL); g_object_unref (icon); -- cgit v1.2.1