mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
/HILIGHT listing was missing space sometimes
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3092 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
539b590ef9
commit
d4879020da
@ -491,8 +491,6 @@ static void hilight_print(int index, HILIGHT_REC *rec)
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
if (options->len > 1) g_string_truncate(options, options->len-1);
|
|
||||||
|
|
||||||
if (rec->priority != 0)
|
if (rec->priority != 0)
|
||||||
g_string_sprintfa(options, "-priority %d ", rec->priority);
|
g_string_sprintfa(options, "-priority %d ", rec->priority);
|
||||||
if (rec->color != NULL)
|
if (rec->color != NULL)
|
||||||
|
Loading…
Reference in New Issue
Block a user