Monotone-Parent: 0a40fd3ca846353b46531655128873c9575677fa

Monotone-Revision: 97dc5ac23639fd46ab2cecbdc07d325786ac5672

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-10-03T16:13:09
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-10-03 16:13:09 +00:00
parent 3f12e72af0
commit 2daa287614
2 changed files with 8 additions and 0 deletions
+3
View File
@@ -1,5 +1,8 @@
2006-10-03 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* 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])
+5
View File
@@ -131,4 +131,9 @@
return YES;
}
- (BOOL) isPopup
{
return [[self queryParameterForKey: @"popup"] boolValue];
}
@end /* UIxContactsListViewBase */