mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
compiles and runs, but crashes ... duh
git-svn-id: svn://localhost/trunk/ardour2@113 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
026f506bc6
commit
f69abbff90
44 changed files with 583 additions and 519 deletions
|
|
@ -85,11 +85,6 @@ UI::UI (string name, int *argc, char ***argv, string rcfile)
|
|||
errors->set_title (title);
|
||||
|
||||
errors->dismiss_button().set_name ("ErrorLogCloseButton");
|
||||
// errors->realize();
|
||||
|
||||
Glib::RefPtr<Gdk::Window> win(errors->get_window());
|
||||
win->set_decorations (Gdk::WMDecoration (Gdk::DECOR_BORDER|Gdk::DECOR_RESIZEH));
|
||||
|
||||
errors->signal_delete_event().connect (bind (ptr_fun (just_hide_it), (Gtk::Window *) errors));
|
||||
|
||||
register_thread (pthread_self(), X_("GUI"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue