panel fix



I don't know if this is the correct fix for panel or not. However, I
can tell you that, without it, panel will not compile on my machine,
and with it, it runs, loads, and shuts down without incident --
except, of course, for the hash table message from glib.

--- applet-lib.cc.orig	Tue Jul 14 13:29:16 1998
+++ applet-lib.cc	Tue Jul 14 12:35:15 1998
@@ -615,6 +615,6 @@
 {
 	boa_ptr->deactivate_impl (CORBA::ImplementationDef::_nil());
 #ifdef HAVE_MICO_ORB_RUN       
-	orb_ptr->shutdown ();
+	orb_ptr->shutdown (MICO_Boolean());
 #endif	
 }
--- mico-glue.cc.orig	Tue Jul 14 13:26:18 1998
+++ mico-glue.cc	Tue Jul 14 12:40:03 1998
@@ -174,7 +174,7 @@
 {
 	boa_ptr->deactivate_impl (CORBA::ImplementationDef::_nil());
 #ifdef HAVE_MICO_ORB_RUN	
-	orb_ptr->shutdown ();
+	orb_ptr->shutdown (MICO_Boolean());
 #endif
 }
 
-- 
Michael D. Harnois, Redeemer Lutheran Church, Washburn, IA 
mharnois@sbt.net                      aa0bt@aa0bt.ampr.org 
Most lies succeed because no one goes through the work to 
figure out how to catch them. -- Paul Ekman



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