aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/cal-util/cal-component.c
diff options
context:
space:
mode:
authorJP Rosevear <jpr@helixcode.com>2000-08-25 05:34:24 +0800
committerJP Rosevear <jpr@src.gnome.org>2000-08-25 05:34:24 +0800
commitf9d5c373587332aac4fb4e012ad0c99c3880e8bf (patch)
tree39435ae4513fac0bc6d903ed842f88eccc1dcdda /calendar/cal-util/cal-component.c
parentccbbda543ae5171ad07d04ae1d1d16f39a93fea3 (diff)
downloadgsoc2013-evolution-f9d5c373587332aac4fb4e012ad0c99c3880e8bf.tar.gz
gsoc2013-evolution-f9d5c373587332aac4fb4e012ad0c99c3880e8bf.tar.zst
gsoc2013-evolution-f9d5c373587332aac4fb4e012ad0c99c3880e8bf.zip
Update for libical 0.19
2000-08-24 JP Rosevear <jpr@helixcode.com> * Update for libical 0.19 svn path=/trunk/; revision=5024
Diffstat (limited to 'calendar/cal-util/cal-component.c')
-rw-r--r--calendar/cal-util/cal-component.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/cal-util/cal-component.c b/calendar/cal-util/cal-component.c
index f2f9caff7d..a3cb053be8 100644
--- a/calendar/cal-util/cal-component.c
+++ b/calendar/cal-util/cal-component.c
@@ -614,7 +614,7 @@ ensure_mandatory_properties (CalComponent *comp)
struct icaltimetype t;
tim = time (NULL);
- t = icaltimetype_from_timet (tim, FALSE);
+ t = icaltime_from_timet (tim, FALSE, FALSE);
priv->dtstamp = icalproperty_new_dtstamp (t);
icalcomponent_add_property (priv->icalcomp, priv->dtstamp);
t2002-07-301-2/+24 * removed the news editor widget since it sucked.Jeffrey Stedfast2002-07-091-113/+0 * cleaned up mail-config.glade to remove the notebook tab for the accounts_tabJeffrey Stedfast2002-07-051-257/+100 * Some compiler warning fixes.Jeffrey Stedfast2002-06-261-1/+15 * script signaturesRadek Doulik2002-06-081-143/+145 * enhanced signature editorRadek Doulik2002-06-061-3/+3 * signature editor reworked, WIPRadek Doulik2002-06-051-78/+320 * moved spell checking options to separate page, updated UI by Anna's designRadek Doulik2002-05-301-152/+288 * added smileys checkbuttonRadek Doulik2002-05-241-0/+14 * Set the can_sync_offline property on the EFolder based on theEttore Perazzoli2002-05-211-408/+114 * implemented (c'n'p-ed and updated) spell checking settingsRadek Doulik2002-05-091-3/+17 * propose spell checking settings UIRadek Doulik2002-05-081-101/+98 * fixed the glade file so that the management page would show up in the account...Jeffrey Stedfast2002-05-081-1/+1 * handle requests for the font manager control.Larry Ewing2002-04-291-404/+576 * Added yet more accelerators for the new config dialog--this time for theAnna Marie Dirks2002-04-201-13/+17 * would help if I didn't name 2 widgets the same for the colour tab in the pref...Jeffrey Stedfast2002-04-201-2/+2 * Added a bunch of accelerators for the new config dialogAnna Marie Dirks2002-04-201-109/+120 * Updated French translation.Christophe Merlet2002-04-131-1/+1 * Setup News preferences too if it is enabled.Jeffrey Stedfast2002-04-131-1789/+6 * Set the text of the reply-to. (mail_account_gui_save): Get the reply-toJeffrey Stedfast2002-04-121-120/+328 * Re-added the config wizard interfaces. Ettore accidently removed themJeffrey Stedfast2002-04-091-44/+1 * Make the drafts and sent folder buttons be EvolutionFolderSelectorButtons.Dan Winship2002-04-051-10/+12 * Re-Implemented the signature editor stuff (mostly just copy/paste fromJeffrey Stedfast2002-04-021-35/+33 * Restore the labels & colours options from the grave.Jeffrey Stedfast2002-03-301-0/+290 * Use a GtkCList instead of an ETable, for some reason the etable wasJeffrey Stedfast2002-03-291-21/+6 * Sync with yet-another-mail-config branch.Jeffrey Stedfast2002-03-271-4/+1883 * New callback to set a colour on a message.Jeffrey Stedfast2002-03-161-10/+291 * Re-focus the account name entry widget. (identity_prepare): If a name isJeffrey Stedfast2002-03-081-2/+20 * notify accounts dialog about signature content changeRadek Doulik2002-03-081-3/+15 * merge new signature handlingRadek Doulik2002-03-071-85/+626 * "use_ssl" can now be 3 options, modify the code to handle this.Jeffrey Stedfast2002-03-061-29/+93 * Some touchups from me and Anna.Ettore Perazzoli2002-02-031-189/+173 * Renamed. (mail_config_get_new_mail_notify_sound_file): Renamed.Jeffrey Stedfast2002-01-081-4/+4 * Add the auto-cc/bcc recipients here. The problem with setting them in theJeffrey Stedfast2001-12-201-2/+143 * Oops, no wonder the exec command thing never stuck around... I wasn'tJeffrey Stedfast2001-12-201-1/+2 * Setup the new-mail-notification widgets. (notify_command_changed): UpdateJeffrey Stedfast2001-12-191-0/+118 * Added several new accelerators to the edit account dialog, and fixed theAnna Marie Dirks2001-10-231-38/+64