From: Daniel Déchelotte <[email protected]>

That conforms to pre-9fae35fbc4 behavior.
---
 src/appicon.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/appicon.c b/src/appicon.c
index 67083d9..92f94b5 100644
--- a/src/appicon.c
+++ b/src/appicon.c
@@ -876,7 +876,7 @@ Bool wHandleAppIconMove(WAppIcon *aicon, XEvent *event)
                        wAppIconMove(aicon, x, y);
 
                        WDock *theNewDock = NULL;
-                       if (!(ev.xmotion.state & MOD_MASK) || aicon->launching 
|| aicon->lock) {
+                       if (!(ev.xmotion.state & MOD_MASK) || aicon->launching 
|| aicon->lock || originalDock == NULL) {
                                for (i = 0; dockable && i < scr->drawer_count + 
2; i++) {
                                        WDock *theDock = allDocks[i];
                                        if (theDock == NULL)
-- 
1.7.10.4


-- 
To unsubscribe, send mail to [email protected].

Reply via email to