From c3b53c8c877536f04ea6de0aeea709833b90c94c Mon Sep 17 00:00:00 2001 From: rbuj Date: Thu, 12 Nov 2020 09:16:32 +0100 Subject: test-eel-image-table: Fix the filename for the test image --- test/test-eel-image-table.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test-eel-image-table.c') diff --git a/test/test-eel-image-table.c b/test/test-eel-image-table.c index 6fcd13a1..98c952fb 100644 --- a/test/test-eel-image-table.c +++ b/test/test-eel-image-table.c @@ -5,7 +5,7 @@ #include "test.h" -static const char pixbuf_name[] = "/usr/share/pixmaps/mate-about-logo.png"; +static const char pixbuf_name[] = PIXBUFDIR "/mate-logo-white.svg"; static const char *names[] = { -- cgit v1.2.1