system_exception ...



Hi there,

	I just committed this patch:

Index: bonobo/bonobo-object.c
===================================================================
RCS file: /cvs/gnome/bonobo/bonobo/bonobo-object.c,v
retrieving revision 1.84
diff -u -r1.84 bonobo-object.c
--- bonobo/bonobo-object.c	2000/11/02 06:41:12	1.84
+++ bonobo/bonobo-object.c	2000/11/14 13:08:15
@@ -618,8 +618,8 @@
 				GTK_RUN_LAST,
 				object_class->type,

GTK_SIGNAL_OFFSET(BonoboObjectClass,system_exception),
-				gtk_marshal_NONE__POINTER,
-				GTK_TYPE_NONE, 1, GTK_TYPE_POINTER);
+				gtk_marshal_NONE__POINTER_POINTER,
+				GTK_TYPE_NONE, 2, GTK_TYPE_POINTER, GTK_TYPE_POINTER);
 	bonobo_object_signals [OBJECT_GONE] =
 		gtk_signal_new ("object_gone",
 				GTK_RUN_LAST,

	Since it seems the environment passing ( as specified in the
header ) was not happening. This may affect some people, but there are
mercifuly few places where this might be an issue.

	Regards,

		Michael.

-- 
 mmeeks gnu org  <><, Pseudo Engineer, itinerant idiot





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