Merge branch 'master' of git.linphone.org:linphone-iphone

This commit is contained in:
Guillaume Beraudo 2011-11-03 16:39:07 +01:00
commit ef45713695

View file

@ -127,8 +127,8 @@
[[LinphoneManager instance] setCallDelegate:myPhoneViewController];
[[LinphoneManager instance] startLibLinphone];
[[UIApplication sharedApplication] registerForRemoteNotificationTypes:UIRemoteNotificationTypeAlert|UIRemoteNotificationTypeSound];
return YES;
}