Merge branch 'new_ui' of git://git.linphone.org/linphone-iphone

This commit is contained in:
Yann Diorcet 2012-07-12 12:25:04 +02:00
commit 6de8b68597

View file

@ -294,7 +294,7 @@
}
- (void)showOptions{
[optionsButton setEnabled:TRUE];
[optionsButton setSelected:TRUE];
if([optionsView isHidden]) {
CGRect frame = [optionsView frame];
int original_y = frame.origin.y;
@ -317,7 +317,7 @@
}
- (void)hideOptions{
[optionsButton setEnabled:FALSE];
[optionsButton setSelected:FALSE];
if(![optionsView isHidden]) {
CGRect frame = [optionsView frame];
int original_y = frame.origin.y;