mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-07 22:38:51 +00:00
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:
@@ -11,6 +11,7 @@ ContactsUI_LANGUAGES = English French
|
||||
ContactsUI_OBJC_FILES = \
|
||||
UIxContactsSchedulerSelection.m \
|
||||
UIxContactsMailerSelection.m \
|
||||
UIxContactsCalendarsSelection.m \
|
||||
\
|
||||
ContactsUIProduct.m \
|
||||
UIxContactsFilterPanel.m \
|
||||
|
||||
@@ -71,4 +71,9 @@
|
||||
return [self _selectActionForApplication: @"mailer-contacts"];
|
||||
}
|
||||
|
||||
- (id) selectForCalendarsAction
|
||||
{
|
||||
return [self _selectActionForApplication: @"calendars-contacts"];
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -20,6 +20,7 @@ SchedulerUI_OBJC_FILES = \
|
||||
\
|
||||
UIxComponent+Agenor.m \
|
||||
UIxCalView.m \
|
||||
UIxCalCalendarsListView.m \
|
||||
UIxCalAptListView.m \
|
||||
UIxCalTasksListView.m \
|
||||
UIxCalDayView.m \
|
||||
|
||||
Reference in New Issue
Block a user