From c1b2ffe52e336b06885f7101785869a6c218eeee Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 4 Aug 2006 23:03:34 +0000 Subject: [PATCH] Monotone-Parent: b989eec9548e57636d0bd4bdc5424cc307ca1f6a Monotone-Revision: 4d746eed04f2cecc449886d63e438cd4e1411fd0 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-08-04T23:03:34 Monotone-Branch: ca.inverse.sogo --- UI/Contacts/GNUmakefile | 1 + UI/Contacts/product.plist | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/UI/Contacts/GNUmakefile b/UI/Contacts/GNUmakefile index 17ee78603..2e4924638 100644 --- a/UI/Contacts/GNUmakefile +++ b/UI/Contacts/GNUmakefile @@ -20,6 +20,7 @@ ContactsUI_OBJC_FILES = \ UIxContactEditor.m \ UIxContactsListView.m \ UIxContactsListViewContainer.m \ + UIxContactFoldersView.m \ ContactsUI_RESOURCE_FILES += \ Version \ diff --git a/UI/Contacts/product.plist b/UI/Contacts/product.plist index 727b5a5cc..3bde67be8 100644 --- a/UI/Contacts/product.plist +++ b/UI/Contacts/product.plist @@ -8,6 +8,15 @@ }; categories = { + SOGoContactFolders = { + methods = { + view = { + protectedBy = "View"; + pageName = "UIxContactFoldersView"; + }; + }; + }; + SOGoContactFolder = { slots = { toolbar = {