Author: hawk Date: Mon Aug 4 09:59:47 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- re-adedd with -kb
---- Files affected:
SOURCES:
audacious-plugins-libmtp.patch (1.5 -> 1.6) (NEW)
---- Diffs:
================================================================
Index: SOURCES/audacious-plugins-libmtp.patch
diff -u /dev/null SOURCES/audacious-plugins-libmtp.patch:1.6
--- /dev/null Mon Aug 4 11:59:48 2008
+++ SOURCES/audacious-plugins-libmtp.patch Mon Aug 4 11:59:42 2008
@@ -0,0 +1,17 @@
+diff -ur audacious-plugins-1.5.1.orig/src/mtp_up/mtp.c
audacious-plugins-1.5.1/src/mtp_up/mtp.c
+--- audacious-plugins-1.5.1.orig/src/mtp_up/mtp.c 2008-05-24
00:44:20.000000000 +0200
++++ audacious-plugins-1.5.1/src/mtp_up/mtp.c 2008-08-04 09:38:35.000000000
+0200
+@@ -193,11 +193,12 @@
+ g_free(from_path);
+ g_free(tmp);
+ parent_id = mtp_device->default_music_folder;
++ gentrack->parent_id = parent_id;
+
+ #if DEBUG
+ g_print("Uploading track '%s'\n",filename);
+ #endif
+- ret = LIBMTP_Send_Track_From_File(mtp_device, filename , gentrack, NULL ,
NULL, parent_id);
++ ret = LIBMTP_Send_Track_From_File(mtp_device, filename , gentrack, NULL ,
NULL);
+ LIBMTP_destroy_track_t(gentrack);
+ if (ret == 0)
+ g_print("Track upload finished!\n");
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit