[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    extragear/network/konversation/scripts
From:       İsmail Dönmez <ismail () kde ! org ! tr>
Date:       2005-08-12 13:51:23
Message-ID: 1123854683.109354.5987.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 446094 by cartman:

These are const methods. Thanks to argonel for reminding me


 M  +3 -3      media  


--- trunk/extragear/network/konversation/scripts/media #446093:446094
@@ -22,9 +22,9 @@
         return 0
 
 def pretty_print(title, artist, album):
-    title.decode('utf-8')
-    artist.decode('utf-8')
-    album.decode('utf-8')
+    title = title.decode('utf-8')
+    artist = artist.decode('utf-8')
+    album = album.decode('utf-8')
 
     lang = os.environ.get("LANG")
     lcall = os.environ.get("LC_ALL")
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic