From 6300e629377797722e808a258404f4c47fccdc0a Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 2 Sep 2008 02:53:34 +0000 Subject: [PATCH] Monotone-Parent: 5391b9be06e00255b931f3a5c6535e3527ebd405 Monotone-Revision: 2d2d47c8c2a7874ff16e8677d2bb7c3607c56d5c Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-09-02T02:53:34 Monotone-Branch: ca.inverse.sogo --- UI/SOGoUI/UIxComponent.m | 1 + 1 file changed, 1 insertion(+) diff --git a/UI/SOGoUI/UIxComponent.m b/UI/SOGoUI/UIxComponent.m index 0417b4f0e..105209673 100644 --- a/UI/SOGoUI/UIxComponent.m +++ b/UI/SOGoUI/UIxComponent.m @@ -130,6 +130,7 @@ static BOOL uixDebugEnabled = NO; if ((self = [super init])) { _selectedDate = nil; + queryParameters = nil; } return self;