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

Modified Files:
        file.c 
Log Message:
        * file.c (add_artwork): fix problem when artwork template
          expands into something containing a '.'. Thanks to Thorsten.



Index: file.c
===================================================================
RCS file: /cvsroot/gtkpod/gtkpod/src/file.c,v
retrieving revision 1.183
retrieving revision 1.184
diff -u -d -r1.183 -r1.184
--- file.c      1 Sep 2006 13:18:42 -0000       1.183
+++ file.c      11 Sep 2006 15:36:18 -0000      1.184
@@ -1,4 +1,4 @@
-/* Time-stamp: <2006-09-01 22:12:31 jcs>
+/* Time-stamp: <2006-09-12 00:31:49 jcs>
 |
 |  Copyright (C) 2002-2005 Jorg Schuler <jcsjcs at users sourceforge net>
 |  Part of the gtkpod project.
@@ -996,8 +996,8 @@
                    filename_local = NULL;
                }
            }
-           else
-           {   /* otherwise try out different extensions */
+           if (!filename_local)
+           {   /* if no filename is found try out different extensions */
                const gchar **extp = imageext;
                while (*extp && !filename_local)
                {


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to