summaryrefslogtreecommitdiff
path: root/test/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.c')
-rw-r--r--test/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.c b/test/test.c
index bca28f8dc..68949a066 100644
--- a/test/test.c
+++ b/test/test.c
@@ -117,7 +117,7 @@ test_pixbuf_new_named (const char *name, float scale)
path = g_strdup_printf ("%s/%s", NAUTILUS_DATADIR, name);
}
- pixbuf = gdk_pixbuf_new_from_file (path);
+ pixbuf = gdk_pixbuf_new_from_file (path, NULL);
g_free (path);