Skip to content

Commit

Permalink
2001-06-02 Dave Peticolas <dave@krondo.com>
Browse files Browse the repository at this point in the history
	* 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
  • Loading branch information
jdavisp3 committed Jun 3, 2001
1 parent 23572f7 commit 25c02c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/gnome/top-level.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 25c02c7

Please sign in to comment.