Browse Source

fixing bug #891

pull/893/head
agilob 11 years ago
parent
commit
561f5f9895
No known key found for this signature in database
GPG Key ID: 34568050DBCCB997
  1. 2
      src/widget/form/chatform.cpp

2
src/widget/form/chatform.cpp

@ -305,6 +305,8 @@ void ChatForm::onAvCancel(int FriendId, int) @@ -305,6 +305,8 @@ void ChatForm::onAvCancel(int FriendId, int)
if (FriendId != f->getFriendID())
return;
stopCounter();
audioInputFlag = false;
audioOutputFlag = false;

Loading…
Cancel
Save