Re: [Evolution-hackers] Crashes on startup



re-sending to e-patches

On Wed, 2003-09-10 at 01:06 +0200, Rodrigo Moya wrote:
> On Tue, 2003-09-09 at 16:47 -0500, Gerardo Marin wrote:
> > Guys,
> > 
> > There's an interesting patch on
> > http://bugzilla.ximian.com/show_bug.cgi?id=46130. That seems to apply to
> > both calendar and tasks. Can you comment on it and if it's worth apply
> > to Evo?
> 
> yes, it's worth applying. Here's a full patch, with ChangeLog entry.
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/wombat/ChangeLog,v
retrieving revision 1.85
diff -u -p -r1.85 ChangeLog
--- ChangeLog	16 Jun 2003 17:19:59 -0000	1.85
+++ ChangeLog	9 Sep 2003 23:08:42 -0000
@@ -1,3 +1,9 @@
+2003-09-09  egallego telefonica net
+
+	Fixes #46130
+
+	* Evolution-Wombat.idl: base interfaces on Bonobo::Unknown.
+
 2003-06-16  Frederic Crozat  <fcrozat mandrakesoft com>
 
 	* Makefile.am:
Index: Evolution-Wombat.idl
===================================================================
RCS file: /cvs/gnome/evolution/wombat/Evolution-Wombat.idl,v
retrieving revision 1.2
diff -u -p -r1.2 Evolution-Wombat.idl
--- Evolution-Wombat.idl	28 Mar 2003 21:41:44 -0000	1.2
+++ Evolution-Wombat.idl	9 Sep 2003 23:08:42 -0000
@@ -9,12 +9,12 @@
 module GNOME {
 module Evolution {
 
-	interface WombatClient {
+	interface WombatClient : Bonobo::Unknown {
 		string getPassword (in string prompt, in string key);
 		void   forgetPassword (in string key);
 	};
 
-	interface Config {
+	interface Config : Bonobo::Unknown {
 	};
 
 	interface WombatInterfaceCheck : Bonobo::Unknown {


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