From a6da1ca06bfaf0b05ace6c67acbb11b4c5f4e784 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 13 Sep 2006 21:31:29 +0000 Subject: [PATCH] Monotone-Parent: 1ffaf9e076e84ef5e4a28b95266b8a396f8a656c Monotone-Revision: d3336287196cd9652f1557ca089836260940184d Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-09-13T21:31:29 Monotone-Branch: ca.inverse.sogo --- UI/Contacts/product.plist | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/UI/Contacts/product.plist b/UI/Contacts/product.plist index 5bf01aaeb..2c83a0e20 100644 --- a/UI/Contacts/product.plist +++ b/UI/Contacts/product.plist @@ -102,6 +102,11 @@ pageName = "UIxContactEditor"; actionName = "write"; }; + vcard = { + protectedBy = "View"; + pageName = "UIxContactView"; + actionName = "vcard"; + }; }; }; @@ -130,6 +135,11 @@ pageName = "UIxContactEditor"; actionName = "write"; }; + vcard = { + protectedBy = "View"; + pageName = "UIxContactView"; + actionName = "vcard"; + }; }; }; };