diff --git a/Classes/Contact.m b/Classes/Contact.m index 0437ef971..57b07ca29 100644 --- a/Classes/Contact.m +++ b/Classes/Contact.m @@ -507,7 +507,7 @@ // SIP (IM) { _sipAddresses = [[NSMutableArray alloc] init]; - MSList *sips = linphone_friend_get_addresses(_friend); + const MSList *sips = linphone_friend_get_addresses(_friend); while (sips) { LinphoneAddress *addr = sips->data; char *uri = linphone_address_as_string_uri_only(addr); diff --git a/Classes/LinphoneUI/Base.lproj/TabBarView.xib b/Classes/LinphoneUI/Base.lproj/TabBarView.xib index 37e1cfbc1..9639e2884 100644 --- a/Classes/LinphoneUI/Base.lproj/TabBarView.xib +++ b/Classes/LinphoneUI/Base.lproj/TabBarView.xib @@ -1,8 +1,9 @@ - - + + - + + @@ -27,11 +28,11 @@ - + - + @@ -135,11 +136,11 @@ - + - - - - - - - - - @@ -250,6 +251,11 @@ - + + + + + +