mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 03:15:25 +00:00
Monotone-Parent: b989eec9548e57636d0bd4bdc5424cc307ca1f6a
Monotone-Revision: 4d746eed04f2cecc449886d63e438cd4e1411fd0 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-08-04T23:03:34 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -20,6 +20,7 @@ ContactsUI_OBJC_FILES = \
|
||||
UIxContactEditor.m \
|
||||
UIxContactsListView.m \
|
||||
UIxContactsListViewContainer.m \
|
||||
UIxContactFoldersView.m \
|
||||
|
||||
ContactsUI_RESOURCE_FILES += \
|
||||
Version \
|
||||
|
||||
@@ -8,6 +8,15 @@
|
||||
};
|
||||
|
||||
categories = {
|
||||
SOGoContactFolders = {
|
||||
methods = {
|
||||
view = {
|
||||
protectedBy = "View";
|
||||
pageName = "UIxContactFoldersView";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
SOGoContactFolder = {
|
||||
slots = {
|
||||
toolbar = {
|
||||
|
||||
Reference in New Issue
Block a user