From: helge Date: Wed, 25 Aug 2004 22:19:21 +0000 (+0000) Subject: fixed product.plist of new Contacts bundle X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fb923a53f294ee45c1611710874897e75c3a33c;p=scalable-opengroupware.org fixed product.plist of new Contacts bundle git-svn-id: http://svn.opengroupware.org/SOGo/trunk@271 d1b88da0-ebda-0310-925b-ed51d893ca5b --- diff --git a/SOGo/UI/Contacts/ChangeLog b/SOGo/UI/Contacts/ChangeLog index eff54605..b2e5d1ac 100644 --- a/SOGo/UI/Contacts/ChangeLog +++ b/SOGo/UI/Contacts/ChangeLog @@ -1,3 +1,7 @@ +2004-08-26 Helge Hess + + * product.plist: fixed package dependency, fixed category name (v0.9.1) + 2004-08-25 Marcus Mueller * common.h: new file diff --git a/SOGo/UI/Contacts/Version b/SOGo/UI/Contacts/Version index 9385a64d..237a5904 100644 --- a/SOGo/UI/Contacts/Version +++ b/SOGo/UI/Contacts/Version @@ -1,3 +1,3 @@ # $Id$ -SUBMINOR_VERSION:=0 +SUBMINOR_VERSION:=1 diff --git a/SOGo/UI/Contacts/product.plist b/SOGo/UI/Contacts/product.plist index fbb03a8b..e5dfcb64 100644 --- a/SOGo/UI/Contacts/product.plist +++ b/SOGo/UI/Contacts/product.plist @@ -1,5 +1,5 @@ { - requires = ( MAIN, CommonUI, Appointments ); + requires = ( MAIN, CommonUI, Contacts ); publicResources = ( ); @@ -8,7 +8,7 @@ }; categories = { - SOGoContactsFolder = { + SOGoContactFolder = { methods = { view = { protectedBy = "View";