Project/Gtk.vala
authorAlan Knowles <alan@roojs.com>
Thu, 30 Oct 2014 11:16:44 +0000 (19:16 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 30 Oct 2014 11:16:44 +0000 (19:16 +0800)
Project/Gtk.vala

index bf2da84..d1165d2 100644 (file)
@@ -33,7 +33,7 @@ namespace Project {
                        this.xtype = "Gtk";
                        var gid = "project-gtk-%d".printf(gtk_id++);
                        this.id = gid;
-                 
+                       this.loadConfig();
                
                }
                public Gee.HashMap<string,GtkValaSettings> compilegroups;