mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-06 22:08:51 +00:00
See ChangeLog
Monotone-Parent: 0c421ef29903ee5be58ddc992f2172bdda6a2b1d Monotone-Revision: 7b66e7e54c1c3722b44698bd915f6a240a127020 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2010-03-29T20:07:08 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2010-03-29 Ludovic Marcotte <lmarcotte@inverse.ca>
|
||||
|
||||
SoObjects/Appointments/SOGoWebAppointmentFolder.m
|
||||
We no longer use the NSData's method to load
|
||||
the data as GNUstep will be caching it.
|
||||
|
||||
2010-03-28 Ludovic Marcotte <lmarcotte@inverse.ca>
|
||||
|
||||
* Translated to French all the ppolicy stuff
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
|
||||
if (url)
|
||||
{
|
||||
data = [NSData dataWithContentsOfURL: url];
|
||||
data = [url resourceDataUsingCache: NO];
|
||||
|
||||
if (!data && [[location lowercaseString] hasPrefix: @"https"])
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user