[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdebase/kicker/applets/minipager
From:       Aaron J. Seigo <aseigo () kde ! org>
Date:       2005-04-25 9:15:31
Message-ID: 20050425091531.9EADB488 () office ! kde ! org
[Download RAW message or body]

CVS commit by aseigo: 

if we drag a stickied window within the same desktop, don't unsticky it.


  M +2 -1      pagerapplet.cpp   1.119


--- kdebase/kicker/applets/minipager/pagerapplet.cpp  #1.118:1.119
@@ -374,5 +374,6 @@ void KMiniPagerButton::dropEvent(QDropEv
 
             XMoveWindow(x11Display(), task->window(), location.x(), location.y());
-            if (task->desktop() != deskNum)
+            if ((e->source() != this || !task->isOnAllDesktops()) &&
+                task->desktop() != deskNum)
             {
                 task->toDesktop(deskNum);


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic