mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
tests: Make treechanging test run as fast as possible
This commit is contained in:
parent
1a2932ba29
commit
6e099a11ae
@ -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 ();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user