From 6f0159829758a3677c53ce0d8e7fc47703ecabc3 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 2 Jan 2019 17:37:03 +0100 Subject: Add external drive references for most file-browsers This fixes an issue on MacOS/X to only show non-root volumes in the file-open dialog. They're just as valid for save-as, export, video files etc. In case of a 2nd internal disk, it is also a valid choice as default folder for new sessions. --- gtk2_ardour/luadialog.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'gtk2_ardour/luadialog.cc') diff --git a/gtk2_ardour/luadialog.cc b/gtk2_ardour/luadialog.cc index 5932b234df..5f49b17caf 100644 --- a/gtk2_ardour/luadialog.cc +++ b/gtk2_ardour/luadialog.cc @@ -520,6 +520,7 @@ public: : LuaDialogWidget (key, title) , _fc (a) { + Gtkmm2ext::add_volume_shortcuts (_fc); if (!path.empty ()) { switch (a) { case Gtk::FILE_CHOOSER_ACTION_OPEN: -- cgit v1.2.3