diff options
author | Timo Sirainen <cras@irssi.org> | 2003-01-06 19:20:24 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2003-01-06 19:20:24 +0000 |
commit | d4879020dabcad1461fe049a85ed77254fa47218 (patch) | |
tree | fc6d451cabe223bc94d2ee6f956d1920fc18c143 /src | |
parent | 539b590ef91d3aa29f37522585960e22dbff35a3 (diff) | |
download | irssi-d4879020dabcad1461fe049a85ed77254fa47218.zip |
/HILIGHT listing was missing space sometimes
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3092 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src')
-rw-r--r-- | src/fe-common/core/hilight-text.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/fe-common/core/hilight-text.c b/src/fe-common/core/hilight-text.c index 54cb12a1..032dec69 100644 --- a/src/fe-common/core/hilight-text.c +++ b/src/fe-common/core/hilight-text.c @@ -491,8 +491,6 @@ static void hilight_print(int index, HILIGHT_REC *rec) #endif } - if (options->len > 1) g_string_truncate(options, options->len-1); - if (rec->priority != 0) g_string_sprintfa(options, "-priority %d ", rec->priority); if (rec->color != NULL) |