aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--calendar/ChangeLog6
-rw-r--r--calendar/calendar-pilot-sync.c7
-rw-r--r--calendar/gui/calendar-pilot-sync.c7
3 files changed, 12 insertions, 8 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 49293907cb..2bb6396715 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,9 @@
+1999-08-07 Peter Teichman <pat4@acpub.duke.edu>
+
+ * 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)
+
1999-07-30 Miguel de Icaza <miguel@gnu.org>
* month-view.c (month_view_init): Release points here.
diff --git a/calendar/calendar-pilot-sync.c b/calendar/calendar-pilot-sync.c
index 9461278e8b..e8261197af 100644
--- a/calendar/calendar-pilot-sync.c
+++ b/calendar/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);
}
}
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);
}
}
>miwi2009-11-263-5/+11 * - Update to 0.11.1.a.20090817miwi2009-08-303-5/+13 * - bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-311-0/+1 * - Update to 0.11.1.a.20090410miwi2009-04-123-11/+30 * - Update to 0.11.1.a.20081023miwi2008-10-254-38/+60 * - Update to 0.10.0.a.20080407rafan2008-04-273-5/+10 * - Update to 0.10.0.a.20071015miwi2007-10-233-35/+34 * - Update to 0.10.0.a.20070916rafan2007-09-183-13/+17 * - Update to 0.10.0.a.20070529rafan2007-06-114-12/+15 * - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1 * - Convert existing ports to a new bsd.tcl.mk orderpav2007-04-031-2/+2 * - Update to 0.9.9.a.20070325miwi2007-03-26