1
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-02-02 15:08:15 -05:00

Added _title_bar_draw_title when setting presence

This commit is contained in:
James Booth 2014-01-16 18:52:27 +00:00
parent fa8801798c
commit 95b5d141c3

View File

@ -115,6 +115,7 @@ static void
_title_bar_set_presence(contact_presence_t presence) _title_bar_set_presence(contact_presence_t presence)
{ {
current_presence = presence; current_presence = presence;
_title_bar_draw_title();
_title_bar_draw_presence(); _title_bar_draw_presence();
} }
@ -170,8 +171,8 @@ static void
_title_bar_draw(void) _title_bar_draw(void)
{ {
werase(win); werase(win);
_title_bar_draw_presence();
_title_bar_draw_title(); _title_bar_draw_title();
_title_bar_draw_presence();
} }
static void static void