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:
Ludovic Marcotte
2010-03-29 20:07:08 +00:00
parent cb13c963bd
commit 03aaceba49
2 changed files with 7 additions and 1 deletions

View File

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

View File

@@ -47,7 +47,7 @@
if (url)
{
data = [NSData dataWithContentsOfURL: url];
data = [url resourceDataUsingCache: NO];
if (!data && [[location lowercaseString] hasPrefix: @"https"])
{