Little fix to make the UI GTK+3 compilant
authorJavier Jardón <javier.jardon@codethink.co.uk>
Wed, 18 May 2011 16:18:05 +0000 (17:18 +0100)
committerJavier Jardón <javier.jardon@codethink.co.uk>
Wed, 18 May 2011 16:18:05 +0000 (17:18 +0100)
src/moonshot-window.vala

index de95f27..0976017 100644 (file)
@@ -53,7 +53,7 @@ class MainWindow : Window
     public MainWindow()
     {
         this.title = "Moonshoot";
-        this.position = WindowPosition.CENTER;
+        this.set_position (WindowPosition.CENTER);
         set_default_size (WINDOW_WIDTH, WINDOW_HEIGHT);
 
         build_ui();