[Bug 141023] Re: Gutsy: radio buttons in kde-systemsettings' Disk Filesystems module are broken

2007-09-22 Thread Liam Keene
I'm glad you looked into this a bit harder, I couldn't see the problem at first, until I realised you were using the application in Czech. The problem is that when the radio buttons are clicked, the device name converted using the str function not the unicode function. Hopefully this patch will

[Bug 141023] Re: Gutsy: radio buttons in kde-systemsettings' Disk Filesystems module are broken

2007-09-22 Thread Liam Keene
** Attachment added: Patch for when unicode chars are in the device name (such as after clicking the 'New' button) http://launchpadlibrarian.net/9463497/unicode-fix.patch ** Changed in: kde-guidance (Ubuntu) Assignee: Liam Keene (liam-keene) = (unassigned) -- Gutsy: radio buttons in

[Bug 141023] Re: Gutsy: radio buttons in kde-systemsettings' Disk Filesystems module are broken

2007-09-20 Thread archdrone
Evidently the error appears only in internationalised versions of mountconfig (module called by my systemsettings is in Czech and has the error, module called directly from console is in English and works fine). original: def slotUUIDCheckboxClicked(self): if self.uuidlineedit.text()

[Bug 141023] Re: Gutsy: radio buttons in kde-systemsettings' Disk Filesystems module are broken

2007-09-20 Thread archdrone
sorry wrong patch this new one applied on /var/lib/python-support/python2.5/mountconfig.py solves my problem ** Attachment added: mountconfig.py.patch http://launchpadlibrarian.net/9414968/patch.diff -- Gutsy: radio buttons in kde-systemsettings' Disk Filesystems module are broken