mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 04:39:33 +01:00
Keep track of unacknowledged log-level (error-indicator)
This code was incorrectly removed in 97fb3a5557.
This commit is contained in:
parent
984cacfa92
commit
110317aad6
2 changed files with 19 additions and 0 deletions
|
|
@ -785,6 +785,7 @@ private:
|
|||
|
||||
void audioengine_setup ();
|
||||
|
||||
void display_message (const char* prefix, gint prefix_len, Glib::RefPtr<Gtk::TextBuffer::Tag>, Glib::RefPtr<Gtk::TextBuffer::Tag>, const char* msg);
|
||||
Gtk::Label status_bar_label;
|
||||
bool status_bar_button_press (GdkEventButton*);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue