summaryrefslogtreecommitdiffstats
path: root/extra/xmms/xmms-1.2.10-recode-id3.patch
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-10-15 23:55:14 +0200
committertnut <thierryn1 at hispeed dot ch>2010-10-15 23:55:14 +0200
commit0b3733a79bd1b9bad449424c3fc409ffcbb72a3c (patch)
tree6bae5c337fef3d9e755c5042cbb20a725db2ea27 /extra/xmms/xmms-1.2.10-recode-id3.patch
parentef8da0f04c5aacb2b7950c8daea0ce342c650605 (diff)
downloadnutyx-extra-0b3733a79bd1b9bad449424c3fc409ffcbb72a3c.tar.gz
nutyx-extra-0b3733a79bd1b9bad449424c3fc409ffcbb72a3c.tar.bz2
nutyx-extra-0b3733a79bd1b9bad449424c3fc409ffcbb72a3c.tar.xz
nutyx-extra-0b3733a79bd1b9bad449424c3fc409ffcbb72a3c.zip
xmms, port nettoyé
Diffstat (limited to 'extra/xmms/xmms-1.2.10-recode-id3.patch')
-rw-r--r--extra/xmms/xmms-1.2.10-recode-id3.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/extra/xmms/xmms-1.2.10-recode-id3.patch b/extra/xmms/xmms-1.2.10-recode-id3.patch
deleted file mode 100644
index 6bd4ecf1c..000000000
--- a/extra/xmms/xmms-1.2.10-recode-id3.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- xmms/playlist.c.orig 2005-03-05 17:26:11.685992552 +0200
-+++ xmms/playlist.c 2005-03-05 17:28:01.524294592 +0200
-@@ -1341,7 +1341,7 @@
-
- filename = g_strdup(entry->filename);
-
-- if (entry->title == NULL && entry->length == -1)
-+ if (entry->title == NULL)
- {
- if (playlist_get_info_entry(entry)&&(entry->title)) {
- title = xmms_charset_recode_id3(entry->title,0,NULL);