mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
testgtk: Fix g_object_new use
This is the kind of thing that happens with varargs apis.
This commit is contained in:
parent
b96d7b62d1
commit
e2781af16f
@ -3548,7 +3548,7 @@ create_display_screen (GtkWidget *widget)
|
||||
window = g_object_new (gtk_window_get_type (),
|
||||
"display", display,
|
||||
"title", "Screen or Display selection",
|
||||
10, NULL);
|
||||
NULL);
|
||||
g_signal_connect (window, "destroy",
|
||||
G_CALLBACK (gtk_widget_destroy), NULL);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user