Builder/RightGtkView.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 19 May 2010 12:29:52 +0000 (20:29 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 19 May 2010 12:29:52 +0000 (20:29 +0800)
Builder/RightGtkView.js

index 6ec8e28..aeeb182 100755 (executable)
@@ -365,7 +365,7 @@ RightGtkView = new XObject({
              var tp = new Gtk.OffscreenWindow();
            
             var _this = this;
-            tp.signal.how.connect(function() {
+            tp.signal.show.connect(function() {
                 
                 var pb = tp.get_pixmap();
                 print("GOT PIXMAP" + pb);
@@ -379,7 +379,7 @@ RightGtkView = new XObject({
             _top.el.remove(_top.items[0].el);
              tp.add(_top.items[0].el);
              tp.set_screen();
-             //tp.show_all();
+             tp.show_all();