a bit more debug or i will become totally mad about that
svn path=/trunk/KDE/kdelibs/; revision=952360
This commit is contained in:
parent
83e4844d52
commit
05828b7b81
@ -810,8 +810,9 @@ void Containment::setScreen(int newScreen, int newDesktop)
|
|||||||
Containment *currently = corona()->containmentForScreen(newScreen, newDesktop);
|
Containment *currently = corona()->containmentForScreen(newScreen, newDesktop);
|
||||||
if (currently && currently != this) {
|
if (currently && currently != this) {
|
||||||
kDebug() << "currently is on screen" << currently->screen()
|
kDebug() << "currently is on screen" << currently->screen()
|
||||||
<< "and is" << currently->name()
|
<< "desktop" << currently->desktop()
|
||||||
<< (QObject*)currently << (QObject*)this;
|
<< "and is" << currently->activity()
|
||||||
|
<< (QObject*)currently << "i'm" << (QObject*)this;
|
||||||
currently->setScreen(-1, newDesktop);
|
currently->setScreen(-1, newDesktop);
|
||||||
swapScreensWith = currently;
|
swapScreensWith = currently;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user