mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-08 17:50:10 +00:00
gtk testsuite: Stop using gtk_widget_show_now
If this is a problem, it needs to be handled explicitly.
This commit is contained in:
parent
4ad658f91e
commit
8891967f2b
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user