Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
naxuroqa committed Jun 15, 2014
1 parent 29ac3fe commit 670c455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/ToxSession.vala
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,7 @@ namespace Venom {
Idle.add(() => {
Contact c = _contacts.get(friend_id);
c.audio_call_state = AudioCallState.ENDED;
on_av_ending(_contacts.get(friend_id));
on_av_ending(c);
return false;
});
}
Expand Down

0 comments on commit 670c455

Please sign in to comment.