Update of /cvsroot/gtkpod/gtkpod/src
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv12007/src

Modified Files:
        file.c 
Log Message:
        * src/file.c: (update_track_from_file): forgot to flag track
          for re-transfer when hash value had changed (thanks to Todd
          Zullinger).



Index: file.c
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/src/file.c,v
retrieving revision 1.185
retrieving revision 1.186
diff -u -d -r1.185 -r1.186
--- file.c      18 Sep 2006 07:10:44 -0000      1.185
+++ file.c      21 Sep 2006 11:48:07 -0000      1.186
@@ -1,4 +1,4 @@
-/* Time-stamp: <2006-09-18 15:57:40 jcs>
+/* Time-stamp: <2006-09-21 20:45:20 jcs>
 |
 |  Copyright (C) 2002-2005 Jorg Schuler <jcsjcs at users sourceforge net>
 |  Part of the gtkpod project.
@@ -1622,6 +1622,7 @@
            {   /* do we really have to copy the track again? */
                if (strcmp (oldhash, etr->md5_hash) != 0)
                {
+                   track->transferred = FALSE;
                    data_changed (itdb);
                }
            }


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to