tests: Stop using gtk_widget_show/hide

This commit is contained in:
Matthias Clasen
2022-11-29 07:06:33 -05:00
parent b8962fcba7
commit 18e0eaa9d6
104 changed files with 200 additions and 205 deletions

View File

@@ -85,7 +85,7 @@ main (int argc, char **argv)
g_signal_connect (window, "destroy",
G_CALLBACK (quit_cb), &done);
gtk_widget_show (window);
gtk_window_present (GTK_WINDOW (window));
while (!done)
g_main_context_iteration (NULL, TRUE);