testgtk: Remove invalid property

This commit is contained in:
Benjamin Otte
2011-09-28 05:08:19 +02:00
parent 94f77029f7
commit 35f5dd53a2

View File

@ -5563,11 +5563,10 @@ create_display_screen (GtkWidget *widget)
window = g_object_new (gtk_window_get_type (),
"screen", screen,
"user_data", NULL,
"type", GTK_WINDOW_TOPLEVEL,
"title",
"Screen or Display selection",
"border_width", 10, NULL);
"title", "Screen or Display selection",
"border_width",
10, NULL);
g_signal_connect (window, "destroy",
G_CALLBACK (gtk_widget_destroy), NULL);