Fix issue on History details view when FastAddressBook updating

This commit is contained in:
Yann Diorcet 2013-02-21 10:33:22 +01:00
parent abfa99d3d8
commit dccd31d927

View file

@ -120,7 +120,7 @@ static UICompositeViewDescription *compositeDescription = nil;
[super viewWillAppear:animated];
[[NSNotificationCenter defaultCenter] addObserver:self
selector:@selector(update:)
selector:@selector(update)
name:kLinphoneAddressBookUpdate
object:nil];
}