From 58865b869b7d56028268ecfab7aafe15a9f4defe Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 27 Apr 2007 22:06:48 +0000 Subject: [PATCH] Monotone-Parent: 0653c8c5e81c2a2dd5096e25700dc8810e330dfa Monotone-Revision: 92528ef4ae9b54bc30415a773c3bf6013e284be0 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-04-27T22:06:48 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 3 +++ UI/Common/UIxUserRightsEditor.m | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7e3a8de5c..7ed31b65a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2007-04-27 Wolfgang Sourdeau + * UI/Common/UIxUserRightsEditor.m ([UIxUserRightsEditor + -prepareRightsForm]): this method is no longer mandatory. + * UI/Contacts/UIxContactsUserRightsEditor.m ([UIxContactsUserRightsEditor -setUserCanCreateObjects:userCanCreateObjects]): new subclass diff --git a/UI/Common/UIxUserRightsEditor.m b/UI/Common/UIxUserRightsEditor.m index 9eaa7614f..d3792a232 100644 --- a/UI/Common/UIxUserRightsEditor.m +++ b/UI/Common/UIxUserRightsEditor.m @@ -152,7 +152,6 @@ - (void) prepareRightsForm { - [self subclassResponsibility: _cmd]; } - (void) updateRights