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 @@

- + -