From fb0edf7b5ba1cc2c0535e3f48837f96ad8ab7363 Mon Sep 17 00:00:00 2001 From: C Robert Date: Thu, 17 Sep 2009 13:21:10 +0000 Subject: [PATCH] Fixed list name edition Monotone-Parent: 54243eeb6085ffe6094d96ff0078ed1f6855d3d9 Monotone-Revision: dfc37996359ac82f92b30c492175c516f038aa35 Monotone-Author: crobert@inverse.ca Monotone-Date: 2009-09-17T13:21:10 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 4 ++++ UI/Contacts/UIxListEditor.m | 4 ++-- UI/Templates/ContactsUI/UIxListEditor.wox | 6 +++--- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 16ec2c914..44c33e957 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-09-17 Cyril Robert + + * UI/Contacts/UIxListEditor.m: Renamed "name" to "listName" + 2009-09-16 Ludovic Marcotte * Updated the ICSimport text to be more specific diff --git a/UI/Contacts/UIxListEditor.m b/UI/Contacts/UIxListEditor.m index be347bbeb..893a4710c 100644 --- a/UI/Contacts/UIxListEditor.m +++ b/UI/Contacts/UIxListEditor.m @@ -38,11 +38,11 @@ @implementation UIxListEditor -- (NSString *) name +- (NSString *) listName { return [list fn]; } -- (void) setName: (NSString *) newName +- (void) setListName: (NSString *) newName { [list setFn: newName]; } diff --git a/UI/Templates/ContactsUI/UIxListEditor.wox b/UI/Templates/ContactsUI/UIxListEditor.wox index 0ac8ff469..91a82e269 100644 --- a/UI/Templates/ContactsUI/UIxListEditor.wox +++ b/UI/Templates/ContactsUI/UIxListEditor.wox @@ -19,10 +19,10 @@

- + -