From c1133cc8c9c09273ec5bb9d732c18047847a0e7a Mon Sep 17 00:00:00 2001 From: Valeriy Kamyshniy Date: Tue, 23 Sep 2014 13:33:11 +0300 Subject: [PATCH] [Summary] No log window is supposed to be shown per request from PRD --- libs/gtkmm2ext/gtk_ui.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/gtkmm2ext/gtk_ui.cc b/libs/gtkmm2ext/gtk_ui.cc index 2d6413c703..ac25d699fd 100644 --- a/libs/gtkmm2ext/gtk_ui.cc +++ b/libs/gtkmm2ext/gtk_ui.cc @@ -607,6 +607,7 @@ UI::toggle_errors () { // Per PRD Request hide forever. errors->hide (); + return; Glib::RefPtr act = ActionManager::get_action (X_("Editor"), X_("toggle-log-window")); if (!act) {