Index: pagerbutton.cpp
===================================================================
--- pagerbutton.cpp	(revision 488745)
+++ pagerbutton.cpp	(working copy)
@@ -536,6 +536,9 @@
             }
 
             location.moveBy(deltaX, deltaY);
+kdDebug() << "Pager button drop:" << endl << "\tdesktop is " << dw << " x " << dh << endl << "\twe are: " << w << "x " << h
+          << endl << "\tdelta is " << deltaX << " x " << deltaY << endl << "\tmoving to: " << location.x() 
+          << " x " << location.y() << endl;
 
             XMoveWindow(x11Display(), task->window(), location.x(), location.y());
             if ((e->source() != this || !task->isOnAllDesktops()) &&

