(gtk) refresh the debug window a little less frequently

This commit is contained in:
Charles Kerr 2008-03-17 19:33:09 +00:00
parent a4909bbd1b
commit 3e974e863d
1 changed files with 1 additions and 1 deletions

View File

@ -451,7 +451,7 @@ msgwin_new( TrCore * core )
gtk_box_pack_start( GTK_BOX( vbox ), w, TRUE, TRUE, 0 );
gtk_container_add( GTK_CONTAINER( win ), vbox );
data->refresh_tag = g_timeout_add( 1000, onRefresh, data );
data->refresh_tag = g_timeout_add( 1666, onRefresh, data );
g_object_weak_ref( G_OBJECT( win ), onWindowDestroyed, data );
gtk_widget_show_all( win );