mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-21 06:33:18 +00:00
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:
@@ -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])
|
||||
|
||||
@@ -131,4 +131,9 @@
|
||||
return YES;
|
||||
}
|
||||
|
||||
- (BOOL) isPopup
|
||||
{
|
||||
return [[self queryParameterForKey: @"popup"] boolValue];
|
||||
}
|
||||
|
||||
@end /* UIxContactsListViewBase */
|
||||
|
||||
Reference in New Issue
Block a user