new stacktrace function in libpbd3; variable size GUI request thread queues

git-svn-id: svn://localhost/trunk/ardour2@331 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2006-02-15 16:03:53 +00:00
parent ae14f6c7eb
commit ba0e1d171d
2 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,7 @@
(gtk-accel_path "<Actions>/Common/ToggleSoundFileBrowser" "<alt>f")
(gtk-accel_path "<Actions>/Common/ToggleLocations" "<alt>l")
(gtk-accel_path "<Actions>/Common/ToggleBigClock" "<alt>b")
(gtk-accel_path "<Actions>/Common/ToggleColorManagerF" "<alt>c")
(gtk_accel_path "<Actions>/Editor/editor-copy" "<control>c")
(gtk_accel_path "<Actions>/Common/Quit" "<control>q")

View File

@ -363,6 +363,7 @@ RouteUI::route_rec_enable_changed (void *src)
void
RouteUI::session_rec_enable_changed ()
{
cerr << this << " for " << _route.name() << " SREC\n";
Gtkmm2ext::UI::instance()->call_slot (mem_fun (*this, &RouteUI::update_rec_display));
}