From 3cf03719fdd486f5a5143dd20231e04496488563 Mon Sep 17 00:00:00 2001 From: Eratosthenes Date: Tue, 22 Feb 2011 17:22:44 -0500 Subject: [PATCH] Extend timeout for dragging...help with slower PCs. --- pyfpdb/HUD_main.pyw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyfpdb/HUD_main.pyw b/pyfpdb/HUD_main.pyw index 721644bb..04476dae 100755 --- a/pyfpdb/HUD_main.pyw +++ b/pyfpdb/HUD_main.pyw @@ -116,7 +116,7 @@ class HUD_main(object): self.main_window.set_icon_stock(gtk.STOCK_HOME) if not options.hidden: self.main_window.show_all() - gobject.timeout_add(100, self.check_tables) + gobject.timeout_add(800, self.check_tables) except: log.exception("Error initializing main_window")