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
This commit is contained in:
mozilla%kewis.ch
2007-12-27 17:19:37 +00:00
parent ff8c154b5e
commit e61bf51e33

View File

@@ -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