mirror of
https://github.com/transmission/transmission
synced 2025-02-07 23:14:41 +00:00
(gtk) refresh the debug window a little less frequently
This commit is contained in:
parent
a4909bbd1b
commit
3e974e863d
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue