diff options
author | rbuj <[email protected]> | 2020-11-12 09:16:32 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-11-15 16:14:57 +0100 |
commit | c3b53c8c877536f04ea6de0aeea709833b90c94c (patch) | |
tree | b87a61a6c6739d34812bbe6967d7a5ea7eaec798 /test/test-eel-image-table.c | |
parent | 5948777212d5f37fb9a8fa51913079872b7e9fdc (diff) | |
download | caja-c3b53c8c877536f04ea6de0aeea709833b90c94c.tar.bz2 caja-c3b53c8c877536f04ea6de0aeea709833b90c94c.tar.xz |
test-eel-image-table: Fix the filename for the test image
Diffstat (limited to 'test/test-eel-image-table.c')
-rw-r--r-- | test/test-eel-image-table.c | 2 |
1 files changed, 1 insertions, 1 deletions
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[] = { |