disable gtksource klugde
authorAlan Knowles <alan@roojs.com>
Sun, 23 Oct 2022 04:45:44 +0000 (12:45 +0800)
committerAlan Knowles <alan@roojs.com>
Sun, 23 Oct 2022 04:45:44 +0000 (12:45 +0800)
src/JsRender/NodeToVala.vala

index f87a03c..f1fd18f 100644 (file)
@@ -88,9 +88,9 @@ public class JsRender.NodeToVala : Object {
        string toValaNS(Node item)
        {
                var ns = item.get("xns") ;
-               if (ns == "GtkSource") {
-                       return "Gtk.Source";
-               }
+               //if (ns == "GtkSource") {  technically on Gtk3?
+               //      return "Gtk.Source";
+               //}
                return ns + ".";
        }
        public void  toValaName(Node item, int depth =0)