packages: audacious-plugins/audacious-plugins-libmtp.patch - undos

arekm arekm at pld-linux.org
Fri Apr 16 20:24:20 CEST 2010


Author: arekm                        Date: Fri Apr 16 18:24:20 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- undos

---- Files affected:
packages/audacious-plugins:
   audacious-plugins-libmtp.patch (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: packages/audacious-plugins/audacious-plugins-libmtp.patch
diff -u packages/audacious-plugins/audacious-plugins-libmtp.patch:1.7 packages/audacious-plugins/audacious-plugins-libmtp.patch:1.8
--- packages/audacious-plugins/audacious-plugins-libmtp.patch:1.7	Thu Aug 27 15:06:06 2009
+++ packages/audacious-plugins/audacious-plugins-libmtp.patch	Fri Apr 16 20:24:14 2010
@@ -1,11 +1,11 @@
 diff -burNp audacious-plugins-2.1/src/mtp_up/mtp.c audacious-plugins-2.1-dud/src/mtp_up/mtp.c
 --- audacious-plugins-2.1/src/mtp_up/mtp.c	2009-07-07 00:40:36.000000000 +0200
 +++ audacious-plugins-2.1-dud/src/mtp_up/mtp.c	2009-08-23 13:29:56.601303553 +0200
-@@ -197,6 +197,7 @@ gint upload_file(Tuple *from_tuple)
-     g_print("Uploading track '%s'\n",filename);
- #endif
-     gentrack->parent_id = mtp_device->default_music_folder;
-+    gentrack->parent_id = parent_id;
-     ret = LIBMTP_Send_Track_From_File(mtp_device, filename , gentrack, NULL , NULL);
-     LIBMTP_destroy_track_t(gentrack);
-     if (ret == 0) 
+@@ -197,6 +197,7 @@ gint upload_file(Tuple *from_tuple)
+     g_print("Uploading track '%s'\n",filename);
+ #endif
+     gentrack->parent_id = mtp_device->default_music_folder;
++    gentrack->parent_id = parent_id;
+     ret = LIBMTP_Send_Track_From_File(mtp_device, filename , gentrack, NULL , NULL);
+     LIBMTP_destroy_track_t(gentrack);
+     if (ret == 0) 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/audacious-plugins/audacious-plugins-libmtp.patch?r1=1.7&r2=1.8&f=u



More information about the pld-cvs-commit mailing list