]> Pileus Git - ~andy/gtk/commitdiff
Remove property user_data which doesn't exist anymore
authorJohan Dahlin <johan@gnome.org>
Sat, 8 Jan 2011 13:35:38 +0000 (11:35 -0200)
committerJohan Dahlin <johan@gnome.org>
Thu, 20 Jan 2011 14:12:22 +0000 (12:12 -0200)
tests/simple.c

index 9a017d269cb8fbe3f3d6087576203e919921da89..6c2b5e9846b861f528d3dbd3933d6be8c732930f 100644 (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,