From e61bf51e33b85dd84f61a69e587dea3c084a060f Mon Sep 17 00:00:00 2001 From: "mozilla%kewis.ch" Date: Thu, 27 Dec 2007 17:19:37 +0000 Subject: [PATCH] Missing fix for bug 400808, already included in gdata 0.3.1 git-svn-id: svn://10.0.0.236/trunk@242123 18797224-902f-48f8-a5cc-f745e15eee43 --- .../calendar/providers/gdata/components/calGoogleUtils.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mozilla/calendar/providers/gdata/components/calGoogleUtils.js b/mozilla/calendar/providers/gdata/components/calGoogleUtils.js index df93e95ff74..a6d487c0802 100644 --- a/mozilla/calendar/providers/gdata/components/calGoogleUtils.js +++ b/mozilla/calendar/providers/gdata/components/calGoogleUtils.js @@ -635,10 +635,10 @@ function ItemToXMLEntry(aItem, aAuthorEmail, aAuthorName) { entry.gd::who += xmlAttendee; } - // Notify attendees by default and let google handle this. Use a preference - // in case the user wants this to be turned off. Support on a per event - // basis will be taken care of later. - var notify = getPrefSafe("calendar.google.sendEventNotifications", true); + // Don't notify attendees by default. Use a preference in case the user + // wants this to be turned on. Support on a per event basis will be taken + // care of later. + var notify = getPrefSafe("calendar.google.sendEventNotifications", false); entry.gCal::sendEventNotifications.@value = (notify ? "true" : "false"); // gd:when