diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testgtk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testgtk.c b/tests/testgtk.c index 4c675e8d69..d36f6f2239 100644 --- a/tests/testgtk.c +++ b/tests/testgtk.c @@ -599,7 +599,7 @@ new_pixmap (char *filename, pixmap = gdk_pixmap_create_from_xpm (window, &mask, background, - "test.xpm"); + filename); wpixmap = gtk_pixmap_new (pixmap, mask); return wpixmap; |