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 */