src/Builder4/WindowState.vala
authorAlan Knowles <alan@roojs.com>
Fri, 27 Feb 2015 10:08:14 +0000 (18:08 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 27 Feb 2015 10:08:14 +0000 (18:08 +0800)
src/Builder4/WindowState.vala

index e0f40c6..52b5ec1 100644 (file)
@@ -484,7 +484,7 @@ public class WindowState : Object
                 // hide files...
                 this.win.rooview.el.save_easing_state();
                 this.win.rooview.el.set_rotation_angle(Clutter.RotateAxis.Y_AXIS, 0.0f);
-                this.win.rooview.set_easing_duration(1000);
+                this.win.rooview.el.set_easing_duration(1000);
                 this.win.rooview.el.set_scale(1.0f,1.0f);
                 this.win.rooview.el.set_pivot_point(0.5f,0.5f);
                 this.win.rooview.el.set_opacity(0xff);
@@ -522,7 +522,6 @@ public class WindowState : Object
 
                  this.win.rooview.el.save_easing_state();
                  this.win.rooview.el.set_scale(1.0f,1.0f);
-                 
                  this.win.rooview.el.restore_easing_state();
                
                 break;