Signed-off-by: Simon Gomizelj <[email protected]>
---
src/pacman/util.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/pacman/util.c b/src/pacman/util.c
index a1ec9c7..994b79e 100644
--- a/src/pacman/util.c
+++ b/src/pacman/util.c
@@ -689,7 +689,7 @@ void signature_display(const char *title, alpm_siglist_t
*siglist,
if(title) {
len = (unsigned short)string_length(title) + 1;
- printf("%s ", title);
+ printf("%s%s%s ", config->colstr.title, title,
config->colstr.nocolor);
}
if(siglist->count == 0) {
printf(_("None"));
--
1.8.2