gtk testsuite: Stop using gtk_widget_show_now

If this is a problem, it needs to be handled explicitly.
This commit is contained in:
Matthias Clasen 2018-02-02 18:13:10 +01:00
parent 4ad658f91e
commit 8891967f2b

View File

@ -24,7 +24,7 @@ test_window_focus (void)
g_assert (gtk_window_get_focus (GTK_WINDOW (window)) == entry1);
gtk_widget_show_now (window);
gtk_widget_show (window);
g_assert (gtk_window_get_focus (GTK_WINDOW (window)) == entry1);