evolution-data-server r9883 - in trunk/calendar: . backends/groupwise
- From: msuman svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution-data-server r9883 - in trunk/calendar: . backends/groupwise
- Date: Wed, 7 Jan 2009 06:51:41 +0000 (UTC)
Author: msuman
Date: Wed Jan 7 06:51:40 2009
New Revision: 9883
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=9883&view=rev
Log:
Chenthill Palanisamy <pchenthill novell com> ** Fix for bug #439986 (bugzilla.novell.com) Set the transparency on the cached object.
Modified:
trunk/calendar/ChangeLog
trunk/calendar/backends/groupwise/e-cal-backend-groupwise.c
Modified: trunk/calendar/backends/groupwise/e-cal-backend-groupwise.c
==============================================================================
--- trunk/calendar/backends/groupwise/e-cal-backend-groupwise.c (original)
+++ trunk/calendar/backends/groupwise/e-cal-backend-groupwise.c Wed Jan 7 06:51:40 2009
@@ -2581,8 +2581,12 @@
e_cal_component_free_id (id);
} else {
char *comp_str = NULL;
+ ECalComponentTransparency transp;
change_status (component, pstatus, e_gw_connection_get_user_email (priv->cnc));
+ e_cal_component_get_transparency (comp, &transp);
+ e_cal_component_set_transparency (component, transp);
+
e_cal_backend_cache_put_component (priv->cache, component);
comp_str = e_cal_component_get_as_string (component);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]