MergeBranch.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 14 Nov 2018 07:54:22 +0000 (15:54 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 14 Nov 2018 07:54:22 +0000 (15:54 +0800)
MergeBranch.vala

MergeBranch.bjs
MergeBranch.vala

index 075e1d7..59b37e7 100644 (file)
@@ -18,7 +18,7 @@
    "$ deletable" : true,
    "title" : "Merge Branch",
    "xtype" : "Dialog",
-   "|   void show" : "(  RooTicket ticket, GitRepo? repo ) \n{\n     // this.el.set_gravity(Gdk.Gravity.NORTH);\n    if (this.running) {\n    \treturn;\n\t}\n\tGitMonitor.gitmonitor.stop();\n\t\n    this.ticket = ticket;\n    this.repo = repo;\n    \n\tthis.el.move((Gdk.Screen.width() / 2)- 250 ,0);\n       \tGLib.debug(\"Loading tickets\"); \n\n\n    this.el.show_all();\n \t_this.dbmodel.loadTickets();\n \t_this.actionmodel.loadActions();\n   this.el.run();\n\n}",
+   "|   void show" : "(  RooTicket ticket, GitRepo? repo ) \n{\n     // this.el.set_gravity(Gdk.Gravity.NORTH);\n    if (this.running) {\n    \treturn;\n\t}\n\tGitMonitor.gitmonitor.stop();\n\t\n    this.ticket = ticket;\n    this.repo = repo;\n    \n\tthis.el.move((Gdk.Screen.width() / 2)- 250 ,0);\n       \tGLib.debug(\"Loading tickets\"); \n\n\n    this.el.show_all();\n \t_this.dbmodel.loadTickets();\n \t_this.actionmodel.loadActions();\n \t    this.el.set_keep_above(true);\n   this.el.run();\n\n}",
    "default_height" : 200,
    "# RooTicket? ticket" : "null",
    "$ xns" : "Gtk",
index a2fc107..b4fe8c3 100644 (file)
@@ -134,6 +134,7 @@ public class MergeBranch : Object
         this.el.show_all();
        _this.dbmodel.loadTickets();
        _this.actionmodel.loadActions();
+           this.el.set_keep_above(true);
        this.el.run();
     
     }