Set correct window type on private messages
This commit is contained in:
2
src/ui.h
2
src/ui.h
@@ -98,7 +98,7 @@ char *win_get_recipient(void);
|
||||
void win_show_typing(const char * const from);
|
||||
void win_show_gone(const char * const from);
|
||||
void win_show_incomming_msg(const char * const from, const char * const message,
|
||||
GTimeVal *tv_stamp);
|
||||
GTimeVal *tv_stamp, gboolean priv);
|
||||
void win_show_error_msg(const char * const from, const char *err_msg);
|
||||
void win_show_system_msg(const char * const from, const char *message);
|
||||
void win_show_outgoing_msg(const char * const from, const char * const to,
|
||||
|
||||
Reference in New Issue
Block a user