a bit more debug or i will become totally mad about that

svn path=/trunk/KDE/kdelibs/; revision=952360
This commit is contained in:
Marco Martin 2009-04-11 16:23:38 +00:00
parent 83e4844d52
commit 05828b7b81

View File

@ -810,8 +810,9 @@ void Containment::setScreen(int newScreen, int newDesktop)
Containment *currently = corona()->containmentForScreen(newScreen, newDesktop);
if (currently && currently != this) {
kDebug() << "currently is on screen" << currently->screen()
<< "and is" << currently->name()
<< (QObject*)currently << (QObject*)this;
<< "desktop" << currently->desktop()
<< "and is" << currently->activity()
<< (QObject*)currently << "i'm" << (QObject*)this;
currently->setScreen(-1, newDesktop);
swapScreensWith = currently;
}