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

index bd7ff24..4e369d8 100644 (file)
@@ -3023,7 +3023,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(2, function() {
+                                                                                        GLib.timeout_add_seconds(0, 2, function() {
                                                                                             print("run refresh?");
                                                                                              _this.runRefresh(); 
                                                                                          });