mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
2001-06-02 Dave Peticolas <dave@krondo.com>
* 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
This commit is contained in:
parent
23572f7c06
commit
25c02c7679
@ -1,5 +1,8 @@
|
||||
2001-06-02 Dave Peticolas <dave@krondo.com>
|
||||
|
||||
* 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
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user