From 05828b7b81629932106f502ee7583119855c484c Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Sat, 11 Apr 2009 16:23:38 +0000 Subject: [PATCH] a bit more debug or i will become totally mad about that svn path=/trunk/KDE/kdelibs/; revision=952360 --- containment.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/containment.cpp b/containment.cpp index 29a3da6c5..4b100aedc 100644 --- a/containment.cpp +++ b/containment.cpp @@ -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; }