[gtk+] Remove property user_data which doesn't exist anymore



commit b92df453c617d068744544078f7c81c628f0bbb0
Author: Johan Dahlin <johan gnome org>
Date:   Sat Jan 8 11:35:38 2011 -0200

    Remove property user_data which doesn't exist anymore

 tests/simple.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/tests/simple.c b/tests/simple.c
index 9a017d2..6c2b5e9 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,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]