src/Builder4/GtkView.bjs
authorAlan Knowles <alan@roojs.com>
Fri, 19 Jan 2024 00:20:29 +0000 (08:20 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 19 Jan 2024 00:20:29 +0000 (08:20 +0800)
src/Builder4/GtkView.vala

src/Builder4/GtkView.bjs
src/Builder4/GtkView.vala

index eedeae6..89e73b9 100644 (file)
              "$ xns" : "GtkSource",
              "* pack" : "set_buffer",
              "bool dirty" : false,
-             "bool in_cursor_chnage" : false,
+             "bool in_cursor_change" : false,
              "id" : "buffer",
              "int error_line" : "-1",
              "listeners" : {
index bf7c5b3..ebc2bfd 100644 (file)
@@ -898,7 +898,7 @@ public class Xcls_GtkView : Object
 
                        // my vars (def)
                public int error_line;
-               public bool in_cursor_chnage;
+               public bool in_cursor_change;
                public bool dirty;
 
                // ctor
@@ -910,7 +910,7 @@ public class Xcls_GtkView : Object
 
                        // my vars (dec)
                        this.error_line = -1;
-                       this.in_cursor_chnage = false;
+                       this.in_cursor_change = false;
                        this.dirty = false;
 
                        // set gobject values