src/Builder4/PopoverProperty.bjs
authorAlan <alan@roojs.com>
Thu, 9 Jun 2022 05:34:04 +0000 (13:34 +0800)
committerAlan <alan@roojs.com>
Thu, 9 Jun 2022 05:34:04 +0000 (13:34 +0800)
src/Builder4/PopoverProperty.vala

src/Builder4/PopoverProperty.bjs
src/Builder4/PopoverProperty.vala

index ed7eaf8..cd457f2 100644 (file)
    "listeners" : {
     "closed" : [
      "() => {",
-     " \tGlib.debug(\"popover closed\");",
+     " \tGLib.debug(\"popover closed\");",
      "\tif (_this.is_new) {",
      "\t\t// dont allow hiding if we are creating a new one.",
      "\t\t// on.hide will reshow it.",
index 1373c62..2377fa0 100644 (file)
@@ -51,7 +51,7 @@ public class Xcls_PopoverProperty : Object
 
         //listeners
         this.el.closed.connect( () => {
-               Glib.debug("popover closed");
+               GLib.debug("popover closed");
                if (_this.is_new) {
                        // dont allow hiding if we are creating a new one.
                        // on.hide will reshow it.