Builder/Window.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 10 May 2010 10:18:50 +0000 (18:18 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 10 May 2010 10:18:50 +0000 (18:18 +0800)
Builder/Window.js

index 9d35883..66da800 100755 (executable)
@@ -124,6 +124,11 @@ Window = new XObject({
                                                 {
                                                     xtype : Gtk.Notebook,
                                                     pack : ['pack_start', true,true],
+                                                    init : function()
+                                                    {
+                                                        XObject.prototype.init.call(this); 
+                                                        this.set_current_page(0);
+                                                    },
                                                     items : [
                                                        RightBrowser,
                                                        RightGtkView,