[project @ 2004-06-24 23:29:46 by bursa]

Scheduling fix.

svn path=/import/netsurf/; revision=1004
This commit is contained in:
James Bursa 2004-06-24 23:29:46 +00:00
parent 496bfa6d74
commit 73248cdd90
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ void ro_gui_debugwin_open(void)
{
ro_gui_debugwin_resize();
ro_gui_dialog_open(dialog_debug);
schedule_remove(ro_gui_debugwin_update, 0);
schedule(DEBUGWIN_UPDATE, ro_gui_debugwin_update, 0);
}