Renamed command group presence->presences to avoid clash

This commit is contained in:
James Booth
2015-01-28 20:35:00 +00:00
parent ec28888915
commit 351ff752a7
4 changed files with 4 additions and 4 deletions

View File

@@ -592,7 +592,7 @@ theme_attrs(theme_item_t attrs)
case THEME_BLACK_BOLD: result = COLOR_PAIR(52); break;
case THEME_MAGENTA: result = COLOR_PAIR(53); break;
case THEME_MAGENTA_BOLD: result = COLOR_PAIR(53); break;
default: break;
default: break;
}
if (g_hash_table_lookup(bold_items, GINT_TO_POINTER(attrs))) {