View Issue Details

IDProjectCategoryView StatusLast Update
0004458ardourfeaturespublic2015-09-18 15:11
Reportercolinf Assigned Tocth103  
PrioritynormalSeveritytweakReproducibilityN/A
Status closedResolutionfixed 
Summary0004458: [PATCH] Allow 'Enter' to dismiss ambiguous file dialog
DescriptionI've somehow managed to create a couple of test projects where the 'Ambiguous File' dialog appears on opening: the attached one-liner makes this fractionally less annoying.
TagsNo tags attached.

Activities

2011-11-07 18:38

 

enter-in-ambiguous-file-dialog.patch (460 bytes)   
Index: gtk2_ardour/ambiguous_file_dialog.cc
===================================================================
--- gtk2_ardour/ambiguous_file_dialog.cc	(revision 10475)
+++ gtk2_ardour/ambiguous_file_dialog.cc	(working copy)
@@ -43,6 +43,7 @@
 	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 ();
 }

cth103

2011-11-07 22:41

administrator   ~0011930

Applied to SVN 10484. Thanks!

colinf

2015-09-18 15:11

updater   ~0017244

Closing old issues: these have long since been fixed.

Issue History

Date Modified Username Field Change
2011-11-07 18:38 colinf New Issue
2011-11-07 18:38 colinf File Added: enter-in-ambiguous-file-dialog.patch
2011-11-07 22:41 cth103 cost => 0.00
2011-11-07 22:41 cth103 Note Added: 0011930
2011-11-07 22:41 cth103 Status new => resolved
2011-11-07 22:41 cth103 Resolution open => fixed
2011-11-07 22:41 cth103 Assigned To => cth103
2015-09-18 15:11 colinf Note Added: 0017244
2015-09-18 15:11 colinf Status resolved => closed