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:
parent
937c17caae
commit
3f3b74e48b
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user