Skip to content

Commit

Permalink
Fix toggle on end conversation button close #90
Browse files Browse the repository at this point in the history
  • Loading branch information
Giovane Liberato committed Oct 4, 2018
1 parent f73c8fd commit 4a8ec98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtk-ui.c
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ static void clist_selected(GtkWidget *widget, gint row, gint column,
disconnect_sensitive = 1;
forget_sensitive = 0;
} else if (otrng_conversation_is_finished(otr_conv)) {
disconnect_sensitive = 1;
disconnect_sensitive = 0;
connect_sensitive = 1;
} else {
connect_sensitive = 1;
Expand Down

0 comments on commit 4a8ec98

Please sign in to comment.