From b92df453c617d068744544078f7c81c628f0bbb0 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Sat, 8 Jan 2011 11:35:38 -0200 Subject: [PATCH] Remove property user_data which doesn't exist anymore --- tests/simple.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/simple.c b/tests/simple.c index 9a017d269..6c2b5e984 100644 --- a/tests/simple.c +++ b/tests/simple.c @@ -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, -- 2.43.2