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

index 9f0884c..dccbad1 100644 (file)
@@ -690,7 +690,7 @@ public class WindowState : Object
     public void resizeCanvasElementsA()
     {
         Gtk.Allocation alloc;
-        this.win.clutteremebed.get_allocation(out alloc);
+        this.win.clutterembed.get_allocation(out alloc);
         this.resizeCanvasElements(alloc);
     }
     public void resizeCanvasElements(Gtk.Allocation alloc)