Remove panner altogether, if necessary, when setting up PannerUI. Also reset a mixer...
[ardour.git] / gtk2_ardour / ambiguous_file_dialog.cc
index fe17cde5b145ba678cf700942f48b180e26cec47..7d57c676603c2d6156705ced51b2b45f51331c27 100644 (file)
@@ -41,8 +41,9 @@ AmbiguousFileDialog::AmbiguousFileDialog (const string& file, const vector<strin
        }
 
        get_vbox()->pack_start (*manage (new Label (_("\n\nPlease select the path that you want to get the file from."))));
-               
+
        add_button (_("Done"), RESPONSE_OK);
+       set_default_response (RESPONSE_OK);
 
        show_all ();
 }