now that we re-use visual items as much as possible, update the matches more agressively (makes it feel less laggy now that the UI is doing the right thing)

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=839872
This commit is contained in:
Aaron J. Seigo 2008-07-31 00:23:57 +00:00
parent a039cc7302
commit 483e30d6b9

View File

@ -200,7 +200,7 @@ public:
void scheduleMatchesChanged()
{
matchChangeTimer.start(100);
matchChangeTimer.start(0);
}
void matchesChanged()