mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-30 09:56:21 +00:00
Use win_print_outgoing for carbons
This commit is contained in:
@@ -322,7 +322,7 @@ chatwin_outgoing_carbon(ProfChatWin *chatwin, const char *const message, prof_en
|
|||||||
enc_char = prefs_get_pgp_char();
|
enc_char = prefs_get_pgp_char();
|
||||||
}
|
}
|
||||||
|
|
||||||
win_printf((ProfWin*)chatwin, enc_char, 0, NULL, 0, THEME_TEXT_ME, "me", "%s", message);
|
win_print_outgoing((ProfWin*)chatwin, enc_char, "%s", message);
|
||||||
int num = wins_get_num((ProfWin*)chatwin);
|
int num = wins_get_num((ProfWin*)chatwin);
|
||||||
status_bar_active(num);
|
status_bar_active(num);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user