Your message dated Mon, 22 Feb 2010 03:42:36 +0100
with message-id <201002220342.36086.ewoer...@kde.org>
and subject line Re: Simple bug in kcm_kcmlirc + patch
has caused the Debian Bug report #329390,
regarding Simple bug in kcm_kcmlirc + patch
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
329390: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=329390
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: kdelirc
Version: 3.4.2
All versions above 3.3


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



--- End Message ---
--- Begin Message ---
Version: 4:3.90.1-1

The bug you reported has been fixed in KDE SC 4.0


--- End Message ---

Reply via email to