src/Palete/Gtk.vala
authorAlan Knowles <alan@roojs.com>
Mon, 11 May 2015 12:17:31 +0000 (20:17 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 11 May 2015 12:17:31 +0000 (20:17 +0800)
src/Palete/Gtk.vala

index bf79c4c..cb5d3a6 100644 (file)
@@ -254,6 +254,7 @@ namespace Palete {
                public override bool  typeOptions(string fqn, string key, string type, out string[] opts) 
                {
                        opts = {};
+                       print("get typeOptions %s (%s)%s", fqn, type, key);
                        if (type.up() == "BOOL" || type.up() == "BOOLEAN") {
                                opts = { "true", "false" };
                                return true;