mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
when theme is changed, it should print the message to status window, not to active window..
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1585 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
308c1347b1
commit
77b72271c8
@ -1102,7 +1102,7 @@ static void change_theme(const char *name, int verbose)
|
|||||||
if (rec != NULL) {
|
if (rec != NULL) {
|
||||||
current_theme = rec;
|
current_theme = rec;
|
||||||
if (verbose) {
|
if (verbose) {
|
||||||
printformat_window(active_win, MSGLEVEL_CLIENTNOTICE,
|
printformat(NULL, NULL, MSGLEVEL_CLIENTNOTICE,
|
||||||
TXT_THEME_CHANGED,
|
TXT_THEME_CHANGED,
|
||||||
rec->name, rec->path);
|
rec->name, rec->path);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user