From 1b3a69c80916d9224926af9b31b4fb7df387c6e7 Mon Sep 17 00:00:00 2001 From: Peter Teichman Date: Sun, 8 Aug 1999 03:38:25 +0000 Subject: sync correctly for objects created on the pilot, but not dirty (because * calendar-pilot-sync.c (sync_pilot): sync correctly for objects created on the pilot, but not dirty (because they have been synced with some other program in the past) svn path=/trunk/; revision=1093 --- calendar/gui/calendar-pilot-sync.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'calendar/gui') diff --git a/calendar/gui/calendar-pilot-sync.c b/calendar/gui/calendar-pilot-sync.c index 9461278e8b..e8261197af 100644 --- a/calendar/gui/calendar-pilot-sync.c +++ b/calendar/gui/calendar-pilot-sync.c @@ -581,10 +581,9 @@ sync_pilot (GNOME_Calendar_Repository repo, int pilot_fd) if (attr & dlpRecAttrArchived) continue; - if (attr & dlpRecAttrDirty){ - printf ("updating record\n"); - update_record (repo, id, &a, attr); - } + printf ("updating record\n"); + update_record (repo, id, &a, attr); + conduit_free_Appointment (&a); } } -- cgit v1.2.3