diff options
author | rbuj <[email protected]> | 2020-11-12 09:16:32 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2022-07-21 19:33:49 +0200 |
commit | a7431f985b56240ce4947b31507c9a31cd66821c (patch) | |
tree | ad0e663fc82822847efc8a96bed358c4c356b0e6 /test/test-eel-image-table.c | |
parent | 79ee916addfa7c2bab5f276bde5f83686529c1e8 (diff) | |
download | caja-a7431f985b56240ce4947b31507c9a31cd66821c.tar.bz2 caja-a7431f985b56240ce4947b31507c9a31cd66821c.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 be4944ae..d453515e 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[] = { |