From ffbca82668fcf16d1ebb82669b244f2a6c64a0f7 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Thu, 23 Aug 2007 11:40:43 -0700 Subject: [PATCH] gphoto2: Import photos in the right order. --- dlls/gphoto2.ds/ds_ctrl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/gphoto2.ds/ds_ctrl.c b/dlls/gphoto2.ds/ds_ctrl.c index 1b439b3b246..9644f8a1867 100644 --- a/dlls/gphoto2.ds/ds_ctrl.c +++ b/dlls/gphoto2.ds/ds_ctrl.c @@ -63,7 +63,7 @@ load_filesystem(const char *folder) { gpfile->folder = strdup(folder); gpfile->filename = strdup(name); gpfile->download = FALSE; - list_add_head( &activeDS.files, &gpfile->entry ); + list_add_tail( &activeDS.files, &gpfile->entry ); } gp_list_reset (list); -- 2.11.4.GIT