Revision: 1790
          http://gtkpod.svn.sourceforge.net/gtkpod/?rev=1790&view=rev
Author:   teuf
Date:     2007-11-14 10:31:04 -0800 (Wed, 14 Nov 2007)

Log Message:
-----------
* src/itdb_itunesdb.c: use libgpod as the prefix of music files to
be copied to the ipod instead of gtkpod

Modified Paths:
--------------
    libgpod/trunk/ChangeLog
    libgpod/trunk/src/itdb_itunesdb.c

Modified: libgpod/trunk/ChangeLog
===================================================================
--- libgpod/trunk/ChangeLog     2007-11-14 18:29:03 UTC (rev 1789)
+++ libgpod/trunk/ChangeLog     2007-11-14 18:31:04 UTC (rev 1790)
@@ -1,5 +1,10 @@
 2007-11-14  Christophe <[EMAIL PROTECTED]>
 
+       * src/itdb_itunesdb.c: use libgpod as the prefix of music files to
+       be copied to the ipod instead of gtkpod
+
+2007-11-14  Christophe <[EMAIL PROTECTED]>
+
        * src/itdb_itunesdb.c: get rid of local g_mkdir_with_parents copy
        since we now depend on glib 2.8 which have it. Replace mkdir with
        g_mkdir

Modified: libgpod/trunk/src/itdb_itunesdb.c
===================================================================
--- libgpod/trunk/src/itdb_itunesdb.c   2007-11-14 18:29:03 UTC (rev 1789)
+++ libgpod/trunk/src/itdb_itunesdb.c   2007-11-14 18:31:04 UTC (rev 1790)
@@ -5695,7 +5695,7 @@
        do
        {   /* we need to loop until we find an unused filename */
            dest_components[1] = 
-               g_strdup_printf("gtkpod%06d%s",
+               g_strdup_printf("libgpod%06d%s",
                                rand + oops, original_suffix);
            ipod_fullfile = itdb_resolve_path (
                parent_dir_filename,
@@ -5866,7 +5866,7 @@
  *
  * For storage, the directories "f00 ... fnn" will be used randomly.
  *
- * The filename is constructed as "gtkpod"&lt;random number&gt; and copied
+ * The filename is constructed as "libgpod"&lt;random number&gt; and copied
  * to @track-&gt;ipod_path. If this file already exists, &lt;random number&gt;
  * is adjusted until an unused filename is found.
  *


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to