Monotone-Parent: 68cc79a189835b0bd3dd288537e10828f70dc4da

Monotone-Revision: 731a7f62eb98a27ed958a12f2f7a86567832ee16

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-10-13T23:25:32
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-10-13 23:25:32 +00:00
parent ddd255114c
commit 14ed69d6ed
4 changed files with 22 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ ContactsUI_LANGUAGES = English French
ContactsUI_OBJC_FILES = \
UIxContactsSchedulerSelection.m \
UIxContactsMailerSelection.m \
UIxContactsCalendarsSelection.m \
\
ContactsUIProduct.m \
UIxContactsFilterPanel.m \

View File

@@ -71,4 +71,9 @@
return [self _selectActionForApplication: @"mailer-contacts"];
}
- (id) selectForCalendarsAction
{
return [self _selectActionForApplication: @"calendars-contacts"];
}
@end

View File

@@ -29,6 +29,11 @@
pageName = "UIxContactFoldersView";
actionName = "selectForMailer";
};
calendars-contacts = {
protectedBy = "View";
pageName = "UIxContactFoldersView";
actionName = "selectForCalendars";
};
};
};
@@ -59,6 +64,11 @@
pageName = "UIxContactsListView";
actionName = "mailerContacts";
};
calendars-contacts = {
protectedBy = "View";
pageName = "UIxContactsListView";
actionName = "calendarsContacts";
};
};
};
@@ -89,6 +99,11 @@
pageName = "UIxContactsListView";
actionName = "mailerContacts";
};
calendars-contacts = {
protectedBy = "View";
pageName = "UIxContactsListView";
actionName = "calendarsContacts";
};
};
};

View File

@@ -20,6 +20,7 @@ SchedulerUI_OBJC_FILES = \
\
UIxComponent+Agenor.m \
UIxCalView.m \
UIxCalCalendarsListView.m \
UIxCalAptListView.m \
UIxCalTasksListView.m \
UIxCalDayView.m \