From 2daa2876147057f942690c9c527177ec5040ad6d Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 3 Oct 2006 16:13:09 +0000 Subject: [PATCH] Monotone-Parent: 0a40fd3ca846353b46531655128873c9575677fa Monotone-Revision: 97dc5ac23639fd46ab2cecbdc07d325786ac5672 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-10-03T16:13:09 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 3 +++ UI/Contacts/UIxContactsListViewBase.m | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index a9263849c..31aa5d5c5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2006-10-03 Wolfgang Sourdeau + * UI/Contacts/UIxContactsListViewBase.m ([UIxContactsListViewBase + -isPopup]): return YES if the "popup" query parameter is set. + * UI/Contacts/UIxContactFoldersView.m ([UIxContactFoldersView -defaultAction]): keep the url parameters when redirecting. ([UIxContactFoldersView -selectForSchedulerAction]) diff --git a/UI/Contacts/UIxContactsListViewBase.m b/UI/Contacts/UIxContactsListViewBase.m index b7401555b..2f26aa090 100644 --- a/UI/Contacts/UIxContactsListViewBase.m +++ b/UI/Contacts/UIxContactsListViewBase.m @@ -131,4 +131,9 @@ return YES; } +- (BOOL) isPopup +{ + return [[self queryParameterForKey: @"popup"] boolValue]; +} + @end /* UIxContactsListViewBase */