build fixage patch



hi michael,

i've committed the following (obvious) patch to bonobo; hope you don't
mind.  i successfully built libbonoboui after this change.

jacob
-- 
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/libbonobo/ChangeLog,v
retrieving revision 1.299
diff -u -r1.299 ChangeLog
--- ChangeLog	2002/02/16 16:48:39	1.299
+++ ChangeLog	2002/02/17 11:08:17
@@ -1,3 +1,10 @@
+2002-02-17  jacob berkman  <jacob ximian com>
+
+	* bonobo/bonobo-stream-memory.h
+	(bonobo_stream_mem_create): return a
+	BonoboObject instead of the deprecated
+	BonoboStream typedef.
+
 2002-02-15  Michael Meeks  <michael ximian com>
 
 	* bonobo/Makefile.am: add disable deprecated flag.
Index: bonobo/bonobo-stream-memory.h
===================================================================
RCS file: /cvs/gnome/libbonobo/bonobo/bonobo-stream-memory.h,v
retrieving revision 1.20
diff -u -r1.20 bonobo-stream-memory.h
--- bonobo/bonobo-stream-memory.h	2001/12/14 14:07:13	1.20
+++ bonobo/bonobo-stream-memory.h	2002/02/17 11:08:17
@@ -55,7 +55,7 @@
 					       gboolean          read_only,
 					       gboolean          resizable);
 
-BonoboStream    *bonobo_stream_mem_create     (const char       *buffer,
+BonoboObject    *bonobo_stream_mem_create     (const char       *buffer,
 					       size_t            size,
 					       gboolean          read_only,
 					       gboolean          resizable);


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