evolution-data-server r9671 - in branches/gnome-2-24/calendar: . backends/google



Author: msuman
Date: Wed Oct 15 06:08:09 2008
New Revision: 9671
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=9671&view=rev

Log:
Fixed a typo in checking offline calendar availability - 'offline-sync' -> 'offline_sync'.

Modified:
   branches/gnome-2-24/calendar/ChangeLog
   branches/gnome-2-24/calendar/backends/google/e-cal-backend-google.c

Modified: branches/gnome-2-24/calendar/backends/google/e-cal-backend-google.c
==============================================================================
--- branches/gnome-2-24/calendar/backends/google/e-cal-backend-google.c	(original)
+++ branches/gnome-2-24/calendar/backends/google/e-cal-backend-google.c	Wed Oct 15 06:08:09 2008
@@ -1176,7 +1176,7 @@
 
 		cbgo->priv->read_only = TRUE;
 		esource = e_cal_backend_get_source (E_CAL_BACKEND(cbgo));
-		display_contents = e_source_get_property (esource, "offline-sync");
+		display_contents = e_source_get_property (esource, "offline_sync");
 
 		if(!display_contents || !g_str_equal (display_contents, "1")) {
 			g_mutex_unlock(priv->mutex);



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