[Summary] Change requests from IGOR

This commit is contained in:
VKamyshniy 2014-09-23 12:03:56 +03:00
parent 29ae5dd54a
commit d2d79aa022
4 changed files with 26 additions and 13 deletions

View file

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