From 6bbe3be63f422637613c132fe9bc9372e6d3994f Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Wed, 27 Jul 2011 09:50:35 +0200 Subject: [PATCH] core: fix message with new key added (displayed on current buffer instead of core) --- src/gui/gui-key.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/gui-key.c b/src/gui/gui-key.c index 7bf4ccb6f..d82b983f5 100644 --- a/src/gui/gui-key.c +++ b/src/gui/gui-key.c @@ -434,7 +434,7 @@ gui_key_new (struct t_gui_buffer *buffer, int context, const char *key, if (gui_key_verbose) { - gui_chat_printf (gui_current_window->buffer, + gui_chat_printf (NULL, _("New key binding (context \"%s\"): " "%s%s => %s%s"), gui_key_context_string[context],