mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
rosterwin: end correct colors
Actually presence_colour should be stopped there. Thanks to rumin-miller for finding this.
This commit is contained in:
parent
266aef9338
commit
c73d70171b
@ -413,7 +413,7 @@ _rosterwin_contact(ProfLayoutSplit *layout, PContact contact)
|
|||||||
wattron(layout->subwin, theme_attrs(presence_colour));
|
wattron(layout->subwin, theme_attrs(presence_colour));
|
||||||
win_sub_print(layout->subwin, unreadmsg->str, FALSE, wrap, current_indent);
|
win_sub_print(layout->subwin, unreadmsg->str, FALSE, wrap, current_indent);
|
||||||
g_string_free(unreadmsg, TRUE);
|
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);
|
_rosterwin_presence(layout, presence, status, current_indent);
|
||||||
|
Loading…
Reference in New Issue
Block a user