tests: Make treechanging test run as fast as possible
This commit is contained in:
@ -342,7 +342,7 @@ main (int argc,
|
||||
|
||||
gtk_widget_show_all (window);
|
||||
|
||||
g_timeout_add (50, dance, treeview);
|
||||
g_idle_add (dance, treeview);
|
||||
|
||||
gtk_main ();
|
||||
|
||||
|
Reference in New Issue
Block a user