Send <gone/> when closing chat window

This commit is contained in:
James Booth
2012-10-31 21:30:58 +00:00
parent 3c82fb28c4
commit baced85767
3 changed files with 27 additions and 21 deletions

View File

@@ -83,7 +83,7 @@ void title_bar_set_typing(gboolean is_typing);
void title_bar_draw(void);
// main window actions
int win_close_win(void);
void win_close_win(void);
int win_in_chat(void);
char *win_get_recipient(void);
void win_show_typing(const char * const from);