aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-meeting-store.c
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@src.gnome.org>2005-05-16 19:43:23 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2005-05-16 19:43:23 +0800
commit3c3d116d6ca48861fd9d7efd89d82d7f1d33db3d (patch)
tree758aa010a507d1e1e24843edc345f54473e6d639 /calendar/gui/e-meeting-store.c
parent903becfede2bbdc739de5da88ca1341cac3ababf (diff)
downloadgsoc2013-evolution-3c3d116d6ca48861fd9d7efd89d82d7f1d33db3d.tar
gsoc2013-evolution-3c3d116d6ca48861fd9d7efd89d82d7f1d33db3d.tar.gz
gsoc2013-evolution-3c3d116d6ca48861fd9d7efd89d82d7f1d33db3d.tar.bz2
gsoc2013-evolution-3c3d116d6ca48861fd9d7efd89d82d7f1d33db3d.tar.lz
gsoc2013-evolution-3c3d116d6ca48861fd9d7efd89d82d7f1d33db3d.tar.xz
gsoc2013-evolution-3c3d116d6ca48861fd9d7efd89d82d7f1d33db3d.tar.zst
gsoc2013-evolution-3c3d116d6ca48861fd9d7efd89d82d7f1d33db3d.zip
Reverted Marcus Baines patch
svn path=/trunk/; revision=29374
Diffstat (limited to 'calendar/gui/e-meeting-store.c')
-rw-r--r--calendar/gui/e-meeting-store.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-meeting-store.c b/calendar/gui/e-meeting-store.c
index 22242755b2..7cbfbe2b79 100644
--- a/calendar/gui/e-meeting-store.c
+++ b/calendar/gui/e-meeting-store.c
@@ -1046,7 +1046,7 @@ process_free_busy_comp (EMeetingAttendee *attendee,
icalcomponent *tz_top_level)
{
icalproperty *ip;
-
+
ip = icalcomponent_get_first_property (fb_comp, ICAL_DTSTART_PROPERTY);
if (ip != NULL) {
struct icaltimetype dtstart;