From: Alan Date: Wed, 3 Jan 2024 09:46:20 +0000 (+0800) Subject: fixes to new project - compile rules and handle notices from compiler (typo) X-Git-Tag: release-5.0.1~27 X-Git-Url: http://git.roojs.org/?p=roobuilder;a=commitdiff_plain;h=141bcd00d2e600739c548a4237dc1ba59455459d fixes to new project - compile rules and handle notices from compiler (typo) --- diff --git a/src/Project/Gtk.vala b/src/Project/Gtk.vala index 26836625f..f0d1dd22f 100644 --- a/src/Project/Gtk.vala +++ b/src/Project/Gtk.vala @@ -332,7 +332,7 @@ namespace Project "items" : [ { "$ xns" : "Gtk", - "| vpid show" : "() { this.el.show(); }", + "| void show" : "() { this.el.show(); }", "items" : [ { "$ xns" : "Gtk",