[Bug 15966] New: Simple bug in kcm_kcmlirc + patch (hang after Add action click)
bugzilla-daemon at bugzilla.ubuntu.com
bugzilla-daemon at bugzilla.ubuntu.com
Wed Sep 21 14:47:53 UTC 2005
Please do not reply to this email. You can add comments at
http://bugzilla.ubuntu.com/show_bug.cgi?id=15966
Ubuntu | kdelirc
Summary: Simple bug in kcm_kcmlirc + patch (hang after Add action
click)
Product: Ubuntu
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kdelirc
AssignedTo: debzilla at ubuntu.com
ReportedBy: kmaterka at wp.pl
QAContact: kubuntu-bugs at lists.ubuntu.com
CC: kmaterka at wp.pl
Hi, I found bug in newest kdelirc, the same like in:
http://bugs.kde.org/show_bug.cgi?id=75656
BUG is not resolved. I have Polish KDE and when I swich to English, everything
is all right. Changing:
if(!QString(*i).find(i18n( "anonymous" ))) continue;
to
if(!QString(*i).find( "anonymous" )) continue;
in file addaction.cpp in void AddAction::updateObjects() at the end of file.
Compiling module again resolves my problem. Probably it is because Polish
translation is not complite or some anonymouse processes are not using i18n :)
maybe it should be:
if(!QString(*i).find(i18n( "anonymous" ))) continue;
if(!QString(*i).find( "anonymous" )) continue;
?? This would be the best idea for English and non-english users.
--
With regards:
Konrad Materka
--
Configure bugmail: http://bugzilla.ubuntu.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
More information about the kubuntu-bugs
mailing list