diff options
author | Eskil Heyn Olsen <eskil@src.gnome.org> | 1999-12-07 11:43:51 +0800 |
---|---|---|
committer | Eskil Heyn Olsen <eskil@src.gnome.org> | 1999-12-07 11:43:51 +0800 |
commit | b279ef22cc6ca184d08fc6a46a49756778bebbf6 (patch) | |
tree | c3e1821b98946023364b7092f359846582af53ec /calendar/ChangeLog | |
parent | d9c655cd489e0c2989669005b5fa5415c92f8097 (diff) | |
download | gsoc2013-evolution-b279ef22cc6ca184d08fc6a46a49756778bebbf6.tar gsoc2013-evolution-b279ef22cc6ca184d08fc6a46a49756778bebbf6.tar.gz gsoc2013-evolution-b279ef22cc6ca184d08fc6a46a49756778bebbf6.tar.bz2 gsoc2013-evolution-b279ef22cc6ca184d08fc6a46a49756778bebbf6.tar.lz gsoc2013-evolution-b279ef22cc6ca184d08fc6a46a49756778bebbf6.tar.xz gsoc2013-evolution-b279ef22cc6ca184d08fc6a46a49756778bebbf6.tar.zst gsoc2013-evolution-b279ef22cc6ca184d08fc6a46a49756778bebbf6.zip |
Check if local store is empty. If, force slow sync.
* calendar-conduit.c (pre_sync): Check if local store is
empty. If, force slow sync.
* GnomeCal.idl (GNOME): Added get_number_of_objects.
* corba-cal.c (cal_repo_get_number_of_objects): implemented the
get_number_of_objects.
* calendar-conduit-control-applet.c (setStateCfg): Fixed bug that
caused the capplet to always set the sync action to Disable upon start.
svn path=/trunk/; revision=1475
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index e0659cfd35..af64787794 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,16 @@ +1999-12-07 Eskil Heyn Olsen <deity@eskil.dk> + + * calendar-conduit.c (pre_sync): Check if local store is + empty. If, force slow sync. + + * GnomeCal.idl (GNOME): Added get_number_of_objects. + + * corba-cal.c (cal_repo_get_number_of_objects): implemented the + get_number_of_objects. + + * calendar-conduit-control-applet.c (setStateCfg): Fixed bug that + caused the capplet to always set the sync action to Disable upon start. + 1999-12-05 Eskil Heyn Olsen <deity@eskil.dk> * Makefile.am (Conduits_second_DATA): Also install .desktop files |