diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/interface-gtk.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/interface-gtk.cpp b/src/interface-gtk.cpp index d46e91e..e01a2eb 100644 --- a/src/interface-gtk.cpp +++ b/src/interface-gtk.cpp @@ -191,6 +191,9 @@ InterfaceGtk::vmsg_impl(MessageType type, const gchar *fmt, va_list ap) type2gtk[type]); gtk_label_set_text(GTK_LABEL(message_widget), buf); + if (type == MSG_ERROR) + gtk_widget_error_bell(window); + gdk_threads_leave(); } |