tests: Make treechanging test run as fast as possible

This commit is contained in:
Benjamin Otte 2011-12-10 04:52:33 +01:00
parent 1a2932ba29
commit 6e099a11ae

View File

@ -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 ();