evolution r35858 - in branches/EXCHANGE_MAPI_BRANCH/calendar: . gui



Author: msuman
Date: Tue Jul 29 07:01:22 2008
New Revision: 35858
URL: http://svn.gnome.org/viewvc/evolution?rev=35858&view=rev

Log:
Remove usage of e_cal_get_create_messages().

Modified:
   branches/EXCHANGE_MAPI_BRANCH/calendar/ChangeLog
   branches/EXCHANGE_MAPI_BRANCH/calendar/gui/itip-utils.c

Modified: branches/EXCHANGE_MAPI_BRANCH/calendar/gui/itip-utils.c
==============================================================================
--- branches/EXCHANGE_MAPI_BRANCH/calendar/gui/itip-utils.c	(original)
+++ branches/EXCHANGE_MAPI_BRANCH/calendar/gui/itip-utils.c	Tue Jul 29 07:01:22 2008
@@ -1158,7 +1158,7 @@
 	}
 
 	/* check whether backend could handle sending requests/updates */
-	if (method != E_CAL_COMPONENT_METHOD_PUBLISH && e_cal_get_create_messages (client)) {
+	if (method != E_CAL_COMPONENT_METHOD_PUBLISH && e_cal_get_static_capability (client, CAL_STATIC_CAPABILITY_CREATE_MESSAGES)) {
 		if (users) {
 			g_list_foreach (users, (GFunc) g_free, NULL);
 			g_list_free (users);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]