# HG changeset patch # User Torsten # Date 1402595330 -7200 # Node ID 4b98fc5c2eb1d41dc04912ad8b6469e815cf6f93 # Parent 3f6280d0a36b48eb2daffd62af231bbdd891fe4b fix unintentionally leaving the debug mode (bug #42309) * main-window.cc (execute_command_callback): use accept_line () instead of interrupt () for the command_editor diff -r 3f6280d0a36b -r 4b98fc5c2eb1 libgui/src/main-window.cc --- a/libgui/src/main-window.cc Thu Jun 12 18:45:29 2014 +0200 +++ b/libgui/src/main-window.cc Thu Jun 12 19:48:50 2014 +0200 @@ -2082,7 +2082,7 @@ command_editor::redisplay (); // We are executing inside the command editor event loop. Force // the current line to be returned for processing. - command_editor::interrupt (); + command_editor::accept_line (); } if (repost) // queue not empty, so repost event for further processing