mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
Merge pull request #833 from ailin-nemui/rrrreplaces
we probably should not try to replace replaces
This commit is contained in:
commit
b5380fff53
@ -130,7 +130,7 @@ static char *theme_replace_expand(THEME_REC *theme, int index,
|
||||
abstract = rec->data;
|
||||
abstract = theme_format_expand_data(theme, (const char **) &abstract,
|
||||
default_fg, default_bg,
|
||||
last_fg, last_bg, flags);
|
||||
last_fg, last_bg, (flags | EXPAND_FLAG_IGNORE_REPLACES));
|
||||
ret = parse_special_string(abstract, NULL, NULL, data, NULL,
|
||||
PARSE_FLAG_ONLY_ARGS);
|
||||
g_free(abstract);
|
||||
|
Loading…
Reference in New Issue
Block a user