Lei Zhang : gphoto2: Import photos in the right order.

Alexandre Julliard julliard at wine.codeweavers.com
Fri Aug 24 05:24:43 CDT 2007


Module: wine
Branch: master
Commit: ffbca82668fcf16d1ebb82669b244f2a6c64a0f7
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=ffbca82668fcf16d1ebb82669b244f2a6c64a0f7

Author: Lei Zhang <thestig at google.com>
Date:   Thu Aug 23 11:40:43 2007 -0700

gphoto2: Import photos in the right order.

---

 dlls/gphoto2.ds/ds_ctrl.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/gphoto2.ds/ds_ctrl.c b/dlls/gphoto2.ds/ds_ctrl.c
index 1b439b3..9644f8a 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);
 




More information about the wine-cvs mailing list