[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/3.5/kdeutils/kdelirc/kcmlirc
From:       Gav Wood <gav () indigoarchive ! net>
Date:       2005-10-25 18:03:06
Message-ID: 1130263386.435972.26893.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 474221 by gav:

Bug fix, as suggested by Konrad Materka <kmaterka@wp.pl>
CCMAIL: 75656@bugs.kde.org


 M  +1 -0      addaction.cpp  


--- branches/KDE/3.5/kdeutils/kdelirc/kcmlirc/addaction.cpp #474220:474221
@@ -339,6 +339,7 @@
 	QCStringList theApps = theClient->registeredApplications();
 	for(QCStringList::iterator i = theApps.begin(); i != theApps.end(); ++i)
 	{
+		if(!QString(*i).find("anonymous")) continue;
 		if(!QString(*i).find(i18n( "anonymous" ))) continue;
 		QRegExp r("(.*)-[0-9]+");
 		QString name = r.exactMatch(QString(*i)) ? r.cap(1) : *i;
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic