Your message dated Mon, 22 Feb 2010 03:42:36 +0100 with message-id <201002220342.36086.ewoerner@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 owner@bugs.debian.org immediately.) -- 329390: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=329390 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: submit@bugs.debian.org
- Subject: Simple bug in kcm_kcmlirc + patch
- From: Konrad Materka <kmaterka@wp.pl>
- Date: Wed, 21 Sep 2005 16:28:40 +0200
- Message-id: <43316E18.9010804@wp.pl>
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=75656BUG 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 ---
- To: 329390-done@bugs.debian.org
- Subject: Re: Simple bug in kcm_kcmlirc + patch
- From: Eckhart Wörner <ewoerner@kde.org>
- Date: Mon, 22 Feb 2010 03:42:36 +0100
- Message-id: <201002220342.36086.ewoerner@kde.org>
Version: 4:3.90.1-1 The bug you reported has been fixed in KDE SC 4.0
--- End Message ---