summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext/gtk_ui.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-03-14 17:28:20 +0100
committerRobin Gareus <robin@gareus.org>2015-03-14 18:28:36 +0100
commit83babb8a52a80b71d971817fd0a90df90c31045d (patch)
tree0a55e6aacf358b18065252271215ca961d830231 /libs/gtkmm2ext/gtk_ui.cc
parent7d188c8a1e648457afbdeed71bddabb395565e4d (diff)
automatic error log window popup be gone.
Diffstat (limited to 'libs/gtkmm2ext/gtk_ui.cc')
-rw-r--r--libs/gtkmm2ext/gtk_ui.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/libs/gtkmm2ext/gtk_ui.cc b/libs/gtkmm2ext/gtk_ui.cc
index a47450cf4f..b5319fbea7 100644
--- a/libs/gtkmm2ext/gtk_ui.cc
+++ b/libs/gtkmm2ext/gtk_ui.cc
@@ -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 ();
- }
}
}