mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-24 14:16:21 +00:00
Merge pull request #1269 from wstrm/add-sr.ht-ci
Add builds.sr.ht CI for OpenBSD
This commit is contained in:
@@ -353,7 +353,7 @@ _rosterwin_contact(ProfLayoutSplit *layout, PContact contact)
|
||||
}
|
||||
|
||||
theme_item_t presence_colour = _get_roster_theme(theme_type, presence);
|
||||
int colour;
|
||||
int colour = 0;
|
||||
if (prefs_get_boolean(PREF_ROSTER_COLOR_NICK)) {
|
||||
colour = theme_hash_attrs(name);
|
||||
wattron(layout->subwin, colour);
|
||||
@@ -1290,4 +1290,3 @@ _filter_contacts_with_presence(GSList *contacts, const char *const presence)
|
||||
|
||||
return filtered_contacts;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user