Close export directory browser dialog when clicking on 'Cancel' button, Fixes #6594
authorTim Mayberry <mojofunk@gmail.com>
Sun, 27 Sep 2015 11:55:20 +0000 (21:55 +1000)
committerTim Mayberry <mojofunk@gmail.com>
Sun, 27 Sep 2015 11:55:20 +0000 (21:55 +1000)
gtk2_ardour/export_filename_selector.cc

index 4f3a02a015747bb13b9d6c9342c4dba4a3abbe63..93f7daf832ec775dc0bb49bec5e4bd4190d65ef4 100644 (file)
@@ -344,6 +344,7 @@ The filename will be chosen from the information just above the folder selector.
                                break;
                        }
                }
+               break;
        }
 
        CriticalSelectionChanged();