On Fri, 2003-03-28 at 09:29, JP Rosevear wrote:
> On Tue, 2003-03-25 at 12:57, Ronald Kuetemeier wrote:
> > On Tue, 2003-03-25 at 10:28, JP Rosevear wrote: 
> > > On Tue, 2003-03-25 at 11:14, Ronald Kuetemeier wrote:
> > > > Yeap, I did 2 or 3 times. Always crashed, I went to the hasle to go back
> > > > to 1.2.1 and will patch it for the security bugs. 
> > > 
> > > Did you get the backtrace by any chance?
> > Sorry, no. Don't have the time, I needed a functional email client and
> > 1.2.3 doesn't have the functionality nor the stability, so I decided the
> > fastest way is 2 steps back. Debugging 1.2.3 is a waste of time for me
> > since the lost functionality. I normally consider paying with my time
> > for evolution, but the latest version just don't justify that. Specially
> > since I have a patched 1.2.1 already in good working order, just need to
> > secure it a little. 
> > Ronald
> 
> Well, our QA people tried to replicate the problem with no success.  Not
> much more I can do if we can't replicate it and there is no back trace.
> 
You got to talk to QA how they test :-).
Attached patch fixes the problem. BTW, I realized my wombat was crashing
also locally. Must not have used calendar before locally, oh well ...
Anyhow while I was on it, I have reversed patched the multi spell back
into 1.2.3 gtkhtml, now I'm happy.
Ronald
  
> -JP
--- evolution-1.2.3-org/calendar/cal-util/cal-component.c       Fri Mar 14 09:39:09 
2003
+++ evolution-1.2.3/calendar/cal-util/cal-component.c   Fri Mar 28 16:01:34 2003
@@ -121,13 +121,13 @@
                icalparameter *value_param;
        };
 
-       struct recur_id {
+       struct _recur_id {
                struct datetime recur_time;
                
                icalparameter *range_param;
        };
 
-       struct recur_id recur_id;
+       struct _recur_id recur_id;
        
        GSList *rdate_list; /* list of struct period */
 
@@ -549,7 +549,7 @@
 
 /* Scans an icalrecurtype property */
 static void
-scan_recur_id (CalComponent *comp, struct recur_id *recur_id, icalproperty *prop)
+scan_recur_id (CalComponent *comp, struct _recur_id *recur_id, icalproperty *prop)
 {
        scan_datetime (comp, &recur_id->recur_time, prop);
 

Reply via email to