src/Project/Gtk.vala
authorAlan Knowles <alan@roojs.com>
Thu, 21 May 2015 07:24:17 +0000 (15:24 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 21 May 2015 07:24:17 +0000 (15:24 +0800)
src/Project/Gtk.vala

index e528c4f..07a159a 100644 (file)
@@ -108,6 +108,9 @@ namespace Project {
                        return ;
                         
                }
+               /**
+                *  perhaps we should select the default in the window somewhere...
+                */ 
                public string firstBuildModule()
                {
                        var iter = this.compilegroups.map_iterator();
@@ -119,6 +122,7 @@ namespace Project {
                                 
                                 return iter.get_value().name;
                        }
+                       return "";
                }