X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fgtkmm2ext%2Fgtk_ui.cc;h=d1601468591945033b5954fd07887ef28eed3d1c;hb=4b9e7386360746232dbdf2609b4e23ef02b0c5e9;hp=b5319fbea70f26ae606138d007540416d8777ec0;hpb=83babb8a52a80b71d971817fd0a90df90c31045d;p=ardour.git diff --git a/libs/gtkmm2ext/gtk_ui.cc b/libs/gtkmm2ext/gtk_ui.cc index b5319fbea7..d160146859 100644 --- a/libs/gtkmm2ext/gtk_ui.cc +++ b/libs/gtkmm2ext/gtk_ui.cc @@ -71,12 +71,12 @@ UI::UI (string namestr, int *argc, char ***argv) : AbstractUI (namestr) , _receiver (*this) , errors (0) - + { theMain = new Main (argc, argv); pthread_set_name ("gui"); - + _active = false; if (!theGtkUI) { @@ -91,7 +91,7 @@ UI::UI (string namestr, int *argc, char ***argv) */ run_loop_thread = Threads::Thread::self(); - + /* store "this" as the UI-for-thread of this thread, same argument as for previous line. */ @@ -142,9 +142,9 @@ UI::load_rcfile (string path, bool themechange) /* Yes, pointers to Glib::RefPtr. If these are not kept around, * a segfault somewhere deep in the wonderfully robust glib will result. * This does not occur if wiget.get_style is used instead of rc.get_style below, - * except that doesn't actually work... + * except that doesn't actually work... */ - + static Glib::RefPtr