Remove property user_data which doesn't exist anymore

This commit is contained in:
Johan Dahlin
2011-01-08 11:35:38 -02:00
parent 48ad65e1dd
commit b92df453c6

View File

@ -38,7 +38,6 @@ main (int argc, char *argv[])
gtk_init (&argc, &argv);
window = g_object_connect (g_object_new (gtk_window_get_type (),
"user_data", NULL,
"type", GTK_WINDOW_TOPLEVEL,
"title", "hello world",
"resizable", FALSE,