]> git.pld-linux.org Git - packages/quodlibet.git/commitdiff
- outdated (I assume)
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 16 May 2005 17:29:36 +0000 (17:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    quodlibet-non_utf8_filenames.patch -> 1.2

quodlibet-non_utf8_filenames.patch [deleted file]

diff --git a/quodlibet-non_utf8_filenames.patch b/quodlibet-non_utf8_filenames.patch
deleted file mode 100644 (file)
index 89f76f8..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -durN quodlibet-0.10.1.orig/library.py quodlibet-0.10.1/library.py
---- quodlibet-0.10.1.orig/library.py   2005-03-30 11:25:15.000000000 +0200
-+++ quodlibet-0.10.1/library.py        2005-05-08 20:16:39.000000000 +0200
-@@ -233,7 +233,7 @@
-         added, changed = 0, 0
-         for d in dirs:
--            print to(_("Checking %s") % d)
-+            print to(_("Checking %s") % d.decode("utf-8", "replace"))
-             d = os.path.expanduser(d)
-             for path, dnames, fnames in os.walk(d):
-                 for fn in fnames:
This page took 0.397659 seconds and 4 git commands to generate.