these two slots were swapped around, making for a lot more GUI updates than intended

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=811013
This commit is contained in:
Aaron J. Seigo 2008-05-22 01:13:50 +00:00
parent 937c17caae
commit 3f3b74e48b

View File

@ -193,8 +193,8 @@ public:
deferredRun(0)
{
matchChangeTimer.setSingleShot(true);
connect(&matchChangeTimer, SIGNAL(timeout()), q, SLOT(scheduleMatchesChanged()));
connect(&context, SIGNAL(matchesChanged()), q, SLOT(matchesChanged()));
connect(&matchChangeTimer, SIGNAL(timeout()), q, SLOT(matchesChanged()));
connect(&context, SIGNAL(matchesChanged()), q, SLOT(scheduleMatchesChanged()));
}
void scheduleMatchesChanged()