[Summary] No log window is supposed to be shown per request from PRD

This commit is contained in:
Valeriy Kamyshniy 2014-09-23 13:33:11 +03:00
parent 7288316336
commit c1133cc8c9

View file

@ -607,6 +607,7 @@ UI::toggle_errors ()
{
// Per PRD Request hide forever.
errors->hide ();
return;
Glib::RefPtr<Action> act = ActionManager::get_action (X_("Editor"), X_("toggle-log-window"));
if (!act) {