patch to make bonobo-hello work



Hello!

The attached patch fixes a mistake in
bonobo/samples/compound-doc/bonobo-hello/Bonobo_Sample_Hello.oafinfo,
which prevents to activate the component (tested with bonobo HEAD using
sample-container).

To apply it, please do


cd bonobo; \
patch -Np1 < ../bonobo-HEAD-make-bonobo-hello-work.diff



	Saludos!
	Greetings!

-- 
Name:  Arturo Tena
email: arturo directmail org
ICQ:   63292893
Index: bonobo/samples/compound-doc/bonobo-hello/Bonobo_Sample_Hello.oafinfo
===================================================================
RCS file: /cvs/gnome/bonobo/samples/compound-doc/bonobo-hello/Bonobo_Sample_Hello.oafinfo,v
retrieving revision 1.9
diff -u -p -r1.9 Bonobo_Sample_Hello.oafinfo
--- bonobo/samples/compound-doc/bonobo-hello/Bonobo_Sample_Hello.oafinfo	2000/12/14 19:54:32	1.9
+++ bonobo/samples/compound-doc/bonobo-hello/Bonobo_Sample_Hello.oafinfo	2000/12/27 16:57:19
@@ -1,6 +1,6 @@
 <oaf_info>
 
-<oaf_server iid="OAFIID:Bonobo_Sample_HelloEmbeddableFactory" type="exe"
+<oaf_server iid="OAFIID:Bonobo_Sample_Hello_EmbeddableFactory" type="exe"
 	location="bonobo-sample-hello">
   <oaf_attribute name="repo_ids" type="stringv">
     <item value="IDL:GNOME/ObjectFactory:1.0"/>
@@ -8,8 +8,8 @@
   <oaf_attribute name="description" type="string" value="Bonobo-Hello factory"/>
 </oaf_server>
 
-<oaf_server iid="OAFIID:Bonobo_Sample_HelloEmbeddable" type="factory"
-	location="OAFIID:Bonobo_Sample_HelloEmbeddableFactory">
+<oaf_server iid="OAFIID:Bonobo_Sample_Hello_Embeddable" type="factory"
+	location="OAFIID:Bonobo_Sample_Hello_EmbeddableFactory">
   <oaf_attribute name="repo_ids" type="stringv">
     <item value="IDL:Bonobo/Unknown:1.0"/>
     <item value="IDL:Bonobo/Embeddable:1.0"/>


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