Bonobo patch



Can someone testa and apply this bonobo patch.
It's needed due to some changes in glib

/ Alex

Index: bonobo/bonobo-types.c
===================================================================
RCS file: /cvs/gnome/libbonobo/bonobo/bonobo-types.c,v
retrieving revision 1.17
diff -u -p -r1.17 bonobo-types.c
--- bonobo/bonobo-types.c	2001/09/10 01:12:59	1.17
+++ bonobo/bonobo-types.c	2001/09/10 17:11:03
@@ -242,8 +242,8 @@ bonobo_corba_any_get_type (void)
 {
 	static GType type = 0;
 	if (!type)
-		type = g_boxed_type_register_static ("BonoboCorbaAny", NULL,
-						     corba_any_copy, corba_any_free, FALSE);
+		type = g_boxed_type_register_static ("BonoboCorbaAny",
+						     corba_any_copy, corba_any_free);
 	return type;
 }
 
@@ -267,8 +267,8 @@ bonobo_corba_typecode_get_type (void)
 {
 	static GType type = 0;
 	if (!type)
-		type = g_boxed_type_register_static ("BonoboCorbaTypecode", NULL,
-						     corba_typecode_copy, corba_typecode_free, FALSE);
+		type = g_boxed_type_register_static ("BonoboCorbaTypecode",
+						     corba_typecode_copy, corba_typecode_free);
 	return type;
 }
 
@@ -318,8 +318,8 @@ bonobo_corba_exception_get_type (void)
 {
 	static GType type = 0;
 	if (!type)
-		type = g_boxed_type_register_static ("BonoboCorbaException", NULL,
-						     corba_exception_copy, corba_exception_free, FALSE);
+		type = g_boxed_type_register_static ("BonoboCorbaException",
+						     corba_exception_copy, corba_exception_free);
 	return type;
 }
 





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