Simple bug in kcm_kcmlirc + patch (hang after Add action click)

Bug #22175 reported by Konrad Materka
8
Affects Status Importance Assigned to Milestone
KDE Utilities
Fix Released
Medium
kdeutils (Ubuntu)
Fix Released
Medium
Jonathan Riddell

Bug Description

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

http://bugs.kde.org/show_bug.cgi?id=75656: http://bugs.kde.org/show_bug.cgi?id=75656

Changed in kdeutils:
status: Unknown → New
Steve Stalcup (vorian)
Changed in kdeutils:
status: New → In Progress
Revision history for this message
Jonathan Thomas (echidnaman) wrote :

This seems to not be an issue in kdelirc from KDE 4.3.

Changed in kdeutils (Ubuntu):
status: In Progress → Fix Released
Changed in kdeutils:
status: New → Fix Released
Changed in kdeutils:
importance: Unknown → Medium
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.