aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/calendar-model.c
diff options
context:
space:
mode:
authorJP Rosevear <jpr@helixcode.com>2000-08-29 07:17:08 +0800
committerJP Rosevear <jpr@src.gnome.org>2000-08-29 07:17:08 +0800
commita4789a176c9b256e018e31ac363ee9847da55500 (patch)
tree36d28ac1684ef1c0c0bce859760d71aee4f9bdc1 /calendar/gui/calendar-model.c
parentb807448dce5d356dcd1b4ea6133abf104564e44b (diff)
downloadgsoc2013-evolution-a4789a176c9b256e018e31ac363ee9847da55500.tar.gz
gsoc2013-evolution-a4789a176c9b256e018e31ac363ee9847da55500.tar.zst
gsoc2013-evolution-a4789a176c9b256e018e31ac363ee9847da55500.zip
We no longer need time_from_icaltimetype as libical has the API for this
2000-08-28 JP Rosevear <jpr@helixcode.com> * cal-util/timeutil.h: We no longer need time_from_icaltimetype as libical has the API for this * cal-util/timeutil.c: ditto * cal-util/cal-recur.c: Replace time_from_icaltimetype with icaltime_as_timet * gui/calendar-model.c: ditto * gui/event-editor.c: ditto * gui/gnome-cal.c: ditto svn path=/trunk/; revision=5090
Diffstat (limited to 'calendar/gui/calendar-model.c')
-rw-r--r--calendar/gui/calendar-model.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/calendar/gui/calendar-model.c b/calendar/gui/calendar-model.c
index 9be00485b3..135f770863 100644
--- a/calendar/gui/calendar-model.c
+++ b/calendar/gui/calendar-model.c
@@ -353,7 +353,7 @@ get_completed (CalComponent *comp)
if (!completed)
t = 0;
else {
- t = time_from_icaltimetype (*completed);
+ t = icaltime_as_timet (*completed);
cal_component_free_icaltimetype (completed);
}
@@ -369,7 +369,7 @@ get_and_free_datetime (CalComponentDateTime dt)
if (!dt.value)
t = 0;
else
- t = time_from_icaltimetype (*dt.value);
+ t = icaltime_as_timet (*dt.value);
cal_component_free_datetime (&dt);
@@ -599,7 +599,7 @@ get_is_overdue (CalComponent *comp)
* really overdue?
**/
- t = time_from_icaltimetype (*dt.value);
+ t = icaltime_as_timet (*dt.value);
if (t < time (NULL))
retval = TRUE;
-13/+8 * 2012-09-20 www/ruby-http-access: Deprecated upstream, please use www/rubygem-...bapt2011-09-2221-2607/+0 * - Track dependencies after databases/gdbm updategabor2011-09-121-2/+2 * Chase libnotify, libproxy and webkit-gtk2 shlib changes, and fix build where ...kwm2011-08-242-2/+13 * Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sincekwm2011-08-126-6/+5 * - Adjust WWW line with link to new author's sitefluffy2011-08-041-1/+1 * Deprecate some ports where I can't find distfiles and upstreambapt2011-08-032-0/+6 * Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,linimon2011-07-212-2/+2 * - kick MD5miwi2011-07-021-1/+0 * - Update to 1.8.1pav2011-06-234-15/+16 * Remove unmaintain expired ports from palmbapt2011-05-0222-1047/+0 * Remove most expired ports:rene2011-04-196-60/+0 * - Mark BROKEN: does not compilepav2011-03-271-0/+2 * - Get Rid MD5 supportmiwi2011-03-1938-42/+0 * - Mark ports that have been broken for six month or more, or never compiled onpav2011-03-171-11/+5 * Deprecate unmaintained ports from palm where upstream disapear and/orbapt2011-03-144-0/+12 * Add -I${LOCALBASE}/include to CFLAGS. [1] Sort pkg-plist.gerald2011-01-263-12/+11 * Reset ijliao@FreeBSD.org due to maintainer-timeouts and long absence.linimon2010-12-285-7/+4 * Use the $SRC_BASE Makevar instead of hard-coding.linimon2010-12-171-2/+2 * Sync to new bsd.autotools.mkade2010-12-044-4/+4 * Convert LDCONFIG_DIRS to USE_LDCONFIG.makc2010-06-091-3/+1 * Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-316-6/+6 * Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for thiskwm2010-05-111-2/+2 * - fix option WITH_PNGdinoex2010-03-301-0/+6 * - update to 1.4.1dinoex2010-03-2812-11/+12 * - Chase x11-toolkits/fltk updategahr2010-03-241-1/+1 * Plugin for JPilot (jpilot.org) to download pictures, photos and videos fromamdmi32010-03-194-0/+50 * - Add backup mirror (looks like project site is down)miwi2010-03-101-1/+1