From e1a1c50f8191c599b798c0c50944063552ed11f9 Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Mon, 27 Aug 2012 14:55:10 +0200 Subject: [PATCH] again --- Classes/LinphoneManager.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/LinphoneManager.m b/Classes/LinphoneManager.m index 86bc26ace..a58e6a591 100644 --- a/Classes/LinphoneManager.m +++ b/Classes/LinphoneManager.m @@ -848,7 +848,7 @@ static LinphoneCoreVTable linphonec_vtable = { #pragma mark - Call Functions - (void)call:(NSString *)address displayName:(NSString*)displayName transfer:(BOOL)transfer { - if (!linphone_core_is_network_reachabled(theLinphoneCore)) { + if (!linphone_core_is_network_reachable(theLinphoneCore)) { UIAlertView* error = [[UIAlertView alloc] initWithTitle:NSLocalizedString(@"Network Error",nil) message:NSLocalizedString(@"There is no network connection available, enable WIFI or WWAN prior to place a call",nil) delegate:nil