1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00

rosterwin: end correct colors

Actually presence_colour should be stopped there.
Thanks to rumin-miller for finding this.
This commit is contained in:
Michael Vetter 2020-02-03 11:41:13 +01:00
parent 266aef9338
commit c73d70171b

View File

@ -413,7 +413,7 @@ _rosterwin_contact(ProfLayoutSplit *layout, PContact contact)
wattron(layout->subwin, theme_attrs(presence_colour));
win_sub_print(layout->subwin, unreadmsg->str, FALSE, wrap, current_indent);
g_string_free(unreadmsg, TRUE);
wattroff(layout->subwin, theme_attrs(colour));
wattroff(layout->subwin, theme_attrs(presence_colour));
}
_rosterwin_presence(layout, presence, status, current_indent);