From fb2b3d095aaf889c6c2579ac4aecf12af67bbb47 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 18 Dec 2007 16:30:03 +0000 Subject: [PATCH] Monotone-Parent: 3014a5bc1171dc1be50b98deb24d4cfc7e769a71 Monotone-Revision: 46ad36b9683fe69680e587f98019b74bc6ec5d7f Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-12-18T16:30:03 Monotone-Branch: ca.inverse.sogo --- SOPE/GDLContentStore/GCSFolder.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SOPE/GDLContentStore/GCSFolder.m b/SOPE/GDLContentStore/GCSFolder.m index 73b60ebda..f47591e7d 100644 --- a/SOPE/GDLContentStore/GCSFolder.m +++ b/SOPE/GDLContentStore/GCSFolder.m @@ -757,7 +757,7 @@ static GCSStringFormatter *stringFormatter = nil; [self errorWithFormat:@"could not open storage channel!"]; return nil; } - if (!self->ofFlags.sameTableForQuick) + if (self->ofFlags.sameTableForQuick) quickChannel = nil; else { if ((quickChannel = [self acquireQuickChannel]) == nil) {