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

Modified Files:
        itdb_photoalbum.c 
Log Message:
Fix compiler error/warning. Thanks to Todd Zullinger.



Index: itdb_photoalbum.c
===================================================================
RCS file: /cvsroot/gtkpod/libgpod/src/itdb_photoalbum.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- itdb_photoalbum.c   29 Oct 2006 10:37:47 -0000      1.9
+++ itdb_photoalbum.c   29 Oct 2006 16:17:08 -0000      1.10
@@ -1,4 +1,4 @@
-/* Time-stamp: <2006-10-29 19:15:33 jcs>
+/* Time-stamp: <2006-10-30 01:15:39 jcs>
 |
 |  Copyright (C) 2002-2006 Jorg Schuler <jcsjcs at users sourceforge net>
 |  Part of the gtkpod project.
@@ -386,7 +386,8 @@
        if (g_stat  (filename, &statbuf) != 0)
        {
            g_set_error (error, 0, -1,
-                        _("Could not access file '%s'. Photo not added."));
+                        _("Could not access file '%s'. Photo not added."),
+                        filename);
            return NULL;
        }
     }


-------------------------------------------------------------------------
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