Monotone-Parent: ea6add86e545bf896fb0f6224932b0eb706412f8

Monotone-Revision: c1839d697a1985c08086f1fe770eda5416825732

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-05-15T21:07:19
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2008-05-15 21:07:19 +00:00
parent 93196fa65b
commit bc29d15730
3 changed files with 6 additions and 11 deletions

View File

@ -1,3 +1,8 @@
2008-05-15 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* UI/Contacts/UIxContactFoldersView.m ([-newAction]): removed
useless method.
2008-05-05 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/SOGo/SOGoObject.m ([SOGoObject

View File

@ -91,11 +91,6 @@
return [self _selectActionForApplication: @"view"];
}
- (id) newAction
{
return [self _selectActionForApplication: @"new"];
}
- (id) selectForMailerAction
{
return [self _selectActionForApplication: @"mailer-contacts"];

View File

@ -1,4 +1,4 @@
{ /* -*-javascript-*- */
{ /* -*-java-*- */
requires = ( MAIN, MainUI, CommonUI, Contacts );
publicResources = ();
@ -12,11 +12,6 @@
protectedBy = "View";
pageName = "UIxContactFoldersView";
};
new = {
protectedBy = "View";
pageName = "UIxContactFoldersView";
actionName = "new";
};
mailer-contacts = {
protectedBy = "View";
pageName = "UIxContactFoldersView";