diff mcabber/src/settings.c @ 1187:16abe7ec3056

Fix a conflict between verbatim multiline mode and the key binding system
author Mikael Berthe <mikael@lilotux.net>
date Fri, 20 Apr 2007 17:14:38 +0200
parents 5be2408a6534
children 7b8765c10abb
line wrap: on
line diff
--- a/mcabber/src/settings.c	Fri Apr 20 16:35:39 2007 +0200
+++ b/mcabber/src/settings.c	Fri Apr 20 17:14:38 2007 +0200
@@ -147,7 +147,7 @@
       // Set the leading COMMAND_CHAR to build a command line
       // and process the command
       *(--line) = COMMAND_CHAR;
-      process_command(line);
+      process_command(line, TRUE);
     } else {
       scr_LogPrint(LPRINT_LOGNORM,
                    "Error in configuration file (l. %d): no assignment", ln);