evolution-data-server r9672 - in trunk/calendar: . backends/google
- From: msuman svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution-data-server r9672 - in trunk/calendar: . backends/google
- Date: Wed, 15 Oct 2008 06:08:23 +0000 (UTC)
Author: msuman
Date: Wed Oct 15 06:08:23 2008
New Revision: 9672
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=9672&view=rev
Log:
Fixed a typo in checking offline calendar availability - 'offline-sync' -> 'offline_sync'.
Modified:
trunk/calendar/ChangeLog
trunk/calendar/backends/google/e-cal-backend-google.c
Modified: trunk/calendar/backends/google/e-cal-backend-google.c
==============================================================================
--- trunk/calendar/backends/google/e-cal-backend-google.c (original)
+++ trunk/calendar/backends/google/e-cal-backend-google.c Wed Oct 15 06:08:23 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]