mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
fix stupid gtk design quirk and bad documentation...oh and rebinding accels at runtime should work
git-svn-id: svn://localhost/trunk/ardour2@299 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
b751f4f2e2
commit
3caed4762b
2 changed files with 7 additions and 4 deletions
|
|
@ -53,10 +53,6 @@ UI::UI (string name, int *argc, char ***argv, string rcfile)
|
|||
theMain = new Main (argc, argv);
|
||||
tips = new Tooltips;
|
||||
|
||||
// allow run-time rebinding of accels
|
||||
|
||||
Settings::get_default()->property_gtk_can_change_accels() = true;
|
||||
|
||||
if (pthread_key_create (&thread_request_buffer_key, 0)) {
|
||||
cerr << _("cannot create thread request buffer key") << endl;
|
||||
throw failed_constructor();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue