revert that GUIIdle signal till i track down a deadlock
authorPaul Davis <paul@linuxaudiosystems.com>
Wed, 12 Dec 2012 19:18:27 +0000 (19:18 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Wed, 12 Dec 2012 19:18:27 +0000 (19:18 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@13651 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/ardour_ui.cc

index 8d672e0f70eb69ae42b714544e724174da9923eb..51a95c1250b086dbbe2c010a81749aa37da1fb8c 100644 (file)
@@ -326,7 +326,7 @@ ARDOUR_UI::ARDOUR_UI (int *argcp, char **argvp[])
 
        DPIReset.connect (sigc::mem_fun (*this, &ARDOUR_UI::resize_text_widgets));
 
-       ARDOUR::GUIIdle.connect (forever_connections, MISSING_INVALIDATOR, boost::bind (&Gtkmm2ext::UI::flush_pending, this), gui_context());
+       // ARDOUR::GUIIdle.connect (forever_connections, MISSING_INVALIDATOR, boost::bind (&Gtkmm2ext::UI::flush_pending, this), gui_context());
 }
 
 int