FixBug.bjs
authorAlan Knowles <alan@roojs.com>
Sun, 9 Dec 2012 14:33:33 +0000 (22:33 +0800)
committerAlan Knowles <alan@roojs.com>
Sun, 9 Dec 2012 14:33:33 +0000 (22:33 +0800)
FixBug.js

FixBug.bjs
FixBug.js

index 0624b86..b5706ea 100644 (file)
                         }
                     ]
                 },
-                {
-                    "label": "Not working on Project",
-                    "pack": "add_action_widget,0",
-                    "xtype": "Button",
-                    "|xns": "Gtk"
-                },
-                {
-                    "id": "ok_button",
-                    "label": "Working on Selected Ticket",
-                    "pack": "add_action_widget,1",
-                    "xtype": "Button",
-                    "|xns": "Gtk"
-                },
                 {
                     "|xns": "Gtk",
                     "xtype": "HBox",
index 30ae447..adc7d7f 100644 (file)
--- a/FixBug.js
+++ b/FixBug.js
@@ -310,17 +310,6 @@ FixBug=new XObject({
                 }
             ]
         },
-        {
-            xtype: Gtk.Button,
-            label : "Not working on Project",
-            pack : "add_action_widget,0"
-        },
-        {
-            xtype: Gtk.Button,
-            id : "ok_button",
-            label : "Working on Selected Ticket",
-            pack : "add_action_widget,1"
-        },
         {
             xtype: Gtk.HBox,
             pack : false,