Added a boolean variable to check if the mode has been changed.
authorChenthill Palanisamy <pchenthill@novell.com>
Mon, 7 Feb 2005 11:11:06 +0000 (11:11 +0000)
committerChenthill Palanisamy <pchen@src.gnome.org>
Mon, 7 Feb 2005 11:11:06 +0000 (11:11 +0000)
commit97f433e3106f4f0ff7941568e21abcdd213abda7
treea32ac210ad41f7b62c12bb0dcfc80dcbc2730e54
parent2aae22c377842446478fa5dbca418d255d20f9a2
Added a boolean variable to check if the mode has been changed.

2005-02-07  Chenthill Palanisamy  <pchenthill@novell.com>

* backends/groupwise/e-cal-backend-groupwise.c:
(ECalBackendGroupwisePrivate): Added a boolean variable
to check if the mode has been changed.
(get_deltas): put component replaces there is an existing
component, so removed the remove_component call. Before
getting the vtype of the component, check if comp is NULL.
(cache_init): Insert the timeout call for getQuickMessages
only for events.
(connect_to_server): Add the timeout call for getquickmessages
only if the mode has been changed.
(e_cal_backend_groupwise_set_mode): Set the mode_changed variable.
calendar/ChangeLog
calendar/backends/groupwise/e-cal-backend-groupwise.c