Clones.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 12 Sep 2011 03:16:29 +0000 (11:16 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 12 Sep 2011 03:16:29 +0000 (11:16 +0800)
Clones.js

index 552531b..ca8984b 100644 (file)
--- a/Clones.js
+++ b/Clones.js
@@ -363,40 +363,6 @@ Clones=new XObject({
                                             pack : "pack_start"
                                         }
                                     ]
-                                },
-                                {
-                                    xtype: Gtk.TreeViewColumn,
-                                    min_width : 50,
-                                    pack : "append_column",
-                                    title : "Auto Commit",
-                                    init : function() {
-                                        XObject.prototype.init.call(this);
-                                        this.el.add_attribute(this.items[0].el , 'active', 4 );
-                                    
-                                    },
-                                    items : [
-                                        {
-                                            xtype: Gtk.CellRendererToggle,
-                                            pack : "pack_start"
-                                        }
-                                    ]
-                                },
-                                {
-                                    xtype: Gtk.TreeViewColumn,
-                                    min_width : 50,
-                                    pack : "append_column",
-                                    title : "Auto Push",
-                                    init : function() {
-                                        XObject.prototype.init.call(this);
-                                        this.el.add_attribute(this.items[0].el , 'active', 5 );
-                                    
-                                    },
-                                    items : [
-                                        {
-                                            xtype: Gtk.CellRendererToggle,
-                                            pack : "pack_start"
-                                        }
-                                    ]
                                 }
                             ]
                         },