src/Builder4/MainWindow.bjs
authorAlan <alan@roojs.com>
Thu, 7 Jul 2022 07:36:12 +0000 (15:36 +0800)
committerAlan <alan@roojs.com>
Thu, 7 Jul 2022 07:36:12 +0000 (15:36 +0800)
src/Builder4/MainWindow.vala

src/Builder4/MainWindow.bjs
src/Builder4/MainWindow.vala

index 66a4e80..ec2bbdb 100644 (file)
@@ -98,9 +98,9 @@
            "\t \tm.activate.connect(() => {",
            "\t \t\t this.application.windows.get(wid).el.present();",
            "\t \t});",
-           "\t \tthis.el.popup.el.append(m);",
+           "\t \tthis.el.popup.append(m);",
            "\t }",
-           "\t this.el.popup.el.show_all();",
+           "\t this.el.popup.show_all();",
            "\t ",
            "}",
            ""
index 8d9d744..8ce76d9 100644 (file)
@@ -265,9 +265,9 @@ public class Xcls_MainWindow : Object
                        m.activate.connect(() => {
                                 this.application.windows.get(wid).el.present();
                        });
-                       this.el.popup.el.append(m);
+                       this.el.popup.append(m);
                 }
-                this.el.popup.el.show_all();
+                this.el.popup.show_all();
                 
             });
         }