Skip to content

Commit

Permalink
set is_typing to false for offline contacts
Browse files Browse the repository at this point in the history
  • Loading branch information
naxuroqa committed Jun 21, 2014
1 parent 5f55546 commit 3b9035d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/ui/ConversationWidget.vala
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ namespace Venom {

button_send_file.sensitive = contact.online;
button_send.sensitive = contact.online;

// remove is_typing notification for offline contacts
if(!contact.online){
on_typing_changed(false);
}
}

private void init_widgets() {
Expand Down

0 comments on commit 3b9035d

Please sign in to comment.