diff options
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/api.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/api.c b/src/plugins/api.c index 6c27ef06..be5639dc 100644 --- a/src/plugins/api.c +++ b/src/plugins/api.c @@ -368,7 +368,7 @@ api_win_show(const char *tag, const char *line) } ProfWin *window = (ProfWin*)pluginwin; - win_printf(window, '!', 0, NULL, 0, 0, "", "%s", line); + win_printf(window, '!', 0, NULL, 0, THEME_DEFAULT, "", "%s", line); return 1; } |