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

Modified Files:
        itdb_photoalbum.c 
Log Message:
        * src/itdb_photoalbum.c: fixed typo (Libarary -> Library).



Index: itdb_photoalbum.c
===================================================================
RCS file: /cvsroot/gtkpod/libgpod/src/itdb_photoalbum.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- itdb_photoalbum.c   29 Oct 2006 16:17:08 -0000      1.10
+++ itdb_photoalbum.c   31 Oct 2006 12:52:09 -0000      1.11
@@ -1,4 +1,4 @@
-/* Time-stamp: <2006-10-30 01:15:39 jcs>
+/* Time-stamp: <2006-10-31 21:49:36 jcs>
 |
 |  Copyright (C) 2002-2006 Jorg Schuler <jcsjcs at users sourceforge net>
 |  Part of the gtkpod project.
@@ -71,7 +71,8 @@
        Free all memory taken by the PhotoDB.
 
    itdb_photodb_photoalbum_by_name():
-       Find the first photoalbum with a given name.
+       Find the first photoalbum with a given name or the Photo
+       Library Album if called with no name.
 
 
    If you cannot add photos because your iPod is not recognized, you
@@ -243,7 +244,7 @@
     Itdb_PhotoDB *photodb = itdb_photodb_new ();
     Itdb_PhotoAlbum *album;
 
-    album = itdb_photodb_photoalbum_create (photodb, _("Photo Libarary"), -1);
+    album = itdb_photodb_photoalbum_create (photodb, _("Photo Library"), -1);
     album->album_type = 1; /* Photo Library */
 
     if (mountpoint)
@@ -433,7 +434,7 @@
     album = itdb_photodb_photoalbum_by_name (db, NULL);
     if (!album)
     {
-       album = itdb_photodb_photoalbum_create (db, _("Photo Libarary"), -1);
+       album = itdb_photodb_photoalbum_create (db, _("Photo Library"), -1);
        album->album_type = 1; /* Photo Library */
     }
     itdb_photodb_photoalbum_add_photo (db, album, artwork);


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