Mozy Online Backup: 2GB Free. Automatic. Secure.
Subject: Re: Re: patch for bug #60463 - msg#00092
List: gnome.evolution.devel
On Mon, 2004-06-28 at 23:54 -0600, P Chenthill wrote:
>
hi,
>
Attached a patch which checks for the default zone, converts the
>
time to the default zone and sends it to evolution shell to display free
>
busy status.
>
please send the patch in unified format, that is:
cvs -z3 diff -u
>
811c811,814
>
< itt = icaltime_from_timet (t, 0);
>
---
>
> if (default_zone)
>
> itt =
>
icaltime_from_timet_with_zone (t, 0, default_zone);
>
> else
>
> itt =
>
icaltime_from_timet_with_zone (t, 0, 0);
>
you should use icaltime_from_timet when there is no timezone, not using
a NULL timezone on the call to icaltime_from_timet_with_zone
>
> time_t start, time_t end, GList
>
**freebusy,icaltimezone *default_zone);
>
leave a space after the ','
Also, you are missing a ChangeLog entry.
cheers
_______________________________________________
evolution-hackers maillist - evolution-hackers@xxxxxxxxxxxxxxxx
http://lists.ximian.com/mailman/listinfo/evolution-hackers
Was this page helpful?
Thread at a glance:
Previous Message by Date:
click to view message preview
Hydrogen is renamed to evolution-jescs
Hi, all,
To avoide the name conflict, we renamed our module from hydrogen to
evolution-jescs and have imported the new module. Some of the source
files are also modified to reflect the name changes.
We had merged those new added translations. Thanks for the work.
Please check out evolution-jescs instead of hydrogen from now on.
The old hydrogen module will be removed from cvs soon.
Thanks!
Harry
iain wrote:
On Mon, 2004-06-21 at 19:04 +0800, Henry Jia wrote:
Hydrogen is onboard today.
Hydrogen is the Evolution connector for Sun Java Enterprise System
Calendar Server (SJESCS). It enables Evolution to use SJESCS as a
calendar backend.
Hydrogen supports SJESCS 5.1 and above. It supports the WCAP (Web
Calendar Access Protocol) 2.0 and 3.0 protocols.
Hydrogen works with Evolution 1.4. Next step is to make it work with
Evolution trunk.
The CVS base is in the GNOME project CVS base at cvs.gnome.org. The
module name is 'hydrogen'. See
http://developer.gnome.org/tools/cvs.html.
Just to point out that there is already a project called Hydrogen, which
is a Pro-audio drum machine. hydrogen.sf.net
iain
_______________________________________________
evolution-hackers maillist - evolution-hackers@xxxxxxxxxxxxxxxx
http://lists.ximian.com/mailman/listinfo/evolution-hackers
Previous Message by Thread:
click to view message preview
Re: patch for bug #60463
hi,
Attached a patch which checks for the default zone, converts the
time to the default zone and sends it to evolution shell to display free
busy status.
thanks, chenthill
patch_freebusy.diff
Description: Binary data