diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test-photos.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test-photos.c b/tests/test-photos.c index 18d364e..fd89aa4 100644 --- a/tests/test-photos.c +++ b/tests/test-photos.c @@ -265,7 +265,8 @@ static int do_add (int argc, char **argv) { Itdb_Artwork *photo; - photo = itdb_photodb_add_photo (db, argv[i], &error); + photo = itdb_photodb_add_photo (db, argv[i], GDK_PIXBUF_ROTATE_NONE, + &error); if (photo == NULL) { if (error) |