Needs this patch
--- kde-ui.py 2006-07-18 12:27:12.000000000 +0000
+++ /usr/lib/ubiquity/ubiquity/frontend/kde-ui.py 2006-07-18
18:06:10.029587750 +0000
@@ -359,9 +359,10 @@
if parentWidget == None:
parentWidget = self.userinterface
- for widget in parentWidget.children():
- self.translate_widget(widget, self.locale)
- self.translate_widget_chidren(widget)
+ if parentWidget.children() != None:
+ for widget in parentWidget.children():
+ self.translate_widget(widget, self.locale)
+ self.translate_widget_chidren(widget)
def translate_widget(self, widget, lang):
** Changed in: ubiquity (Ubuntu)
Status: Unconfirmed => Confirmed
--
Ubiquity crash (Edgy)
https://launchpad.net/bugs/53367
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs