Browse Source

Re-enable call buttons if video call fails

pull/2476/head
tux3 10 years ago
parent
commit
f85aec6c95
No known key found for this signature in database
GPG Key ID: 7E086DD661263264
  1. 2
      src/widget/form/chatform.cpp

2
src/widget/form/chatform.cpp

@ -469,6 +469,8 @@ void ChatForm::onVideoCallTriggered() @@ -469,6 +469,8 @@ void ChatForm::onVideoCallTriggered()
disableCallButtons();
if (coreav->startCall(f->getFriendID(), true))
showOutgoingCall(false);
else
enableCallButtons();
}
void ChatForm::onCancelCallTriggered()

Loading…
Cancel
Save