From 6fcc56c79a689cc0c3d0b925db6addc6e06464b3 Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Thu, 6 Mar 2008 13:05:49 +0000 Subject: [PATCH] revert last --- src/interface.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/interface.py b/src/interface.py index b2bafbabd..24584a204 100644 --- a/src/interface.py +++ b/src/interface.py @@ -1043,6 +1043,7 @@ window, please enter your password")) self.update() gobject.timeout_add(int(1000*self.manager.config.get("gui_update_interval")), self.update) gobject.timeout_add(60000, self.manager.save_upmem) + gobject.timeout_add(300000, self.manager.save_fastresume_data) # Load plugins after we showed main window (if not started in tray) self.load_plugins()