Sample/Window.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 5 Aug 2010 01:35:31 +0000 (09:35 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 5 Aug 2010 01:35:31 +0000 (09:35 +0800)
Sample/Window.js

index 0ff67df..2020634 100644 (file)
@@ -2949,7 +2949,7 @@ Window=new XObject({
                                                                                        // print("RB: TARGETS : " + LeftTree.atoms["STRING"]);
                                                                                         Gtk.drag_dest_set_target_list(this.el, this.get('/Window').targetList);
                                                                                         
-                                                                                        GLib.timeout_add_seconds(0, 2, function() {
+                                                                                        GLib.timeout_add_seconds(0, 1, function() {
                                                                                             //    print("run refresh?");
                                                                                              _this.runRefresh(); 
                                                                                              return true;