Remove property user_data which doesn't exist anymore
This commit is contained in:
@ -38,7 +38,6 @@ main (int argc, char *argv[])
|
|||||||
gtk_init (&argc, &argv);
|
gtk_init (&argc, &argv);
|
||||||
|
|
||||||
window = g_object_connect (g_object_new (gtk_window_get_type (),
|
window = g_object_connect (g_object_new (gtk_window_get_type (),
|
||||||
"user_data", NULL,
|
|
||||||
"type", GTK_WINDOW_TOPLEVEL,
|
"type", GTK_WINDOW_TOPLEVEL,
|
||||||
"title", "hello world",
|
"title", "hello world",
|
||||||
"resizable", FALSE,
|
"resizable", FALSE,
|
||||||
|
|||||||
Reference in New Issue
Block a user