From 25c02c7679010ad4cc4e768790c5e24099729d4c Mon Sep 17 00:00:00 2001 From: Dave Peticolas Date: Sun, 3 Jun 2001 01:43:22 +0000 Subject: [PATCH] 2001-06-02 Dave Peticolas * src/gnome/top-level.c (gnc_ui_start_event_loop): remove debugging comment git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4379 57a11ea4-9604-0410-9ed3-97b8803252fd --- ChangeLog | 3 +++ src/gnome/top-level.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1a8a30a985..0dd20e6b04 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2001-06-02 Dave Peticolas + * src/gnome/top-level.c (gnc_ui_start_event_loop): remove + debugging comment + * src/scm/report/register.scm: fix bugs * src/scm/html-utilities.scm: fix bugs diff --git a/src/gnome/top-level.c b/src/gnome/top-level.c index 8884b320d3..c4a614cf99 100644 --- a/src/gnome/top-level.c +++ b/src/gnome/top-level.c @@ -466,7 +466,7 @@ gnc_ui_start_event_loop (void) gnome_is_running = TRUE; - id = g_timeout_add_full (G_PRIORITY_DEFAULT_IDLE, 1, // 0000, /* 10 secs */ + id = g_timeout_add_full (G_PRIORITY_DEFAULT_IDLE, 10000, /* 10 secs */ gnc_ui_check_events, NULL, NULL); XSetErrorHandler (gnc_x_error);