Merge pull request #1269 from wstrm/add-sr.ht-ci

Add builds.sr.ht CI for OpenBSD
This commit is contained in:
Michael Vetter
2020-02-17 16:47:52 +01:00
committed by GitHub
6 changed files with 105 additions and 23 deletions

View File

@@ -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;
}