Browse Source

Re-enable buttons if calling failed

pull/2476/head
tux3 10 years ago
parent
commit
8f7214f383
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

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

Loading…
Cancel
Save