[Konsole-devel] [Bug 51026] more than *.keytab files are recognised

Waldo Bastian bastian at kde.org
Fri Nov 22 09:23:12 UTC 2002


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=51026     
bastian at kde.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From bastian at kde.org  2002-11-22 10:23 -------
Subject: kdelibs/kdecore

CVS commit by waba: 

CCMAIL: 51026-done at bugs.kde.org
findAllResources("data", "konsole/*.keytab") should not return *.keytab.diff
-        if (regexp.search(fn) == -1)
+        if (!regexp.exactMatch(fn))
          continue; // No match


  M +3 -4      kstandarddirs.cpp   1.151



More information about the konsole-devel mailing list