Comment 4 for bug 1088759

Revision history for this message
Doug McMahon (mc3man) wrote :

If I upgrade to _3.6.2-0ubuntu3 & remove this line then notifactions are fine again
@@ -2052,7 +2052,6 @@
         params.onCompleteParams = [statevar, value, onComplete, onCompleteScope, onCompleteParams];

         // Remove other tweens that could mess with the state machine
- Tweener.removeTweens(actor);
         Tweener.addTween(actor, params);

         let valuing = (value == State.SHOWN) ? State.SHOWING : State.HIDING;

(3.6.2-0ubuntu3 is also causing the shell to freeze on quiting windows, removing the above line also solves that