[EMAIL PROTECTED]:~/ubuntu$ bzr diff
=== modified file 'kourou.py'
the following one line patch fixes the issue:

--- kourou.py   2008-10-24 14:35:07 +0000
+++ kourou.py   2008-10-24 18:07:24 +0000
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
 # kourou - a launcher for Ubuntu MID
 # (C) 2008 Canonical Ltd
 # Author: Steve Kowalik <[EMAIL PROTECTED]>
@@ -103,7 +104,7 @@
                 for entry in self.categories[cat]:
                     self.model.append(entry)
         else:
-            for entry in self.categories[current_cat]:
+            for entry in self.categories[unicode(current_cat)]:
                 self.model.append(entry)
 
     def fetch_icon(self, icon_name, theme):

-- 
Categores with special chars (like umlauts) are empty
https://bugs.launchpad.net/bugs/288767
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to