- see ChangeLog;

Monotone-Parent: eac5138b971d77a6b7878c62a571cdfb12efa3b2
Monotone-Revision: 6a6eb7e754b659991fcca8bbf52f1b3d917c9957

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-07-07T21:44:19
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2006-07-07 21:44:19 +00:00
parent 0f29325819
commit 5fff01c381
2 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2006-07-07 Wsourdeau Sourdeau <wsourdeau@inverse.ca>
* UI/Scheduler/UIxAppointmentEditor.m: returns yes to "isPopup";
* UI/WebServerResources/generic.js: added code to manage
selections within HTML containers.

View File

@ -1080,4 +1080,8 @@
return [self redirectToLocation:[self _completeURIForMethod:@"../view"]];
}
- (BOOL) isPopup {
return YES;
}
@end /* UIxAppointmentEditor */