Revision 732342
Go back to digest for 4th November 2007Bug Fixes in KDE Base
Frerich Raabe committed changes in /trunk/KDE/kdebase/workspace/krunner/interface.cpp:
- Do a final match() before handling the entered string.
It was very easy to confuse krunner by typing a bit quickly (I can type stuff like 'plasmoidviewer knewsticker' reasonably fast); krunner was always only handling the string which I typed up to the last match timer timeout (which ticks at 5Hz) before pressing Return.
I entered 'plasmoidviewer knewsticker'
and it often tried to do run
'plasmoidviewer kn'
or once even only
'plasm'
File Changes
Modified 1 files
- /trunk/KDE/kdebase/workspace/krunner/interface.cpp
1 files changed in total