automatic error log window popup be gone.

This commit is contained in:
Robin Gareus 2015-03-14 17:28:20 +01:00
parent 7d188c8a1e
commit 83babb8a52
5 changed files with 43 additions and 10 deletions

View file

@ -580,10 +580,6 @@ UI::process_error_message (Transmitter::Channel chn, const char *str)
cerr << prefix << str << endl;
} else {
display_message (prefix, prefix_len, ptag, mtag, str);
if (!errors->is_visible() && chn != Transmitter::Info) {
show_errors ();
}
}
}