View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004458 | ardour | features | public | 2011-11-07 18:38 | 2015-09-18 15:11 |
| Reporter | colinf | Assigned To | cth103 | ||
| Priority | normal | Severity | tweak | Reproducibility | N/A |
| Status | closed | Resolution | fixed | ||
| Summary | 0004458: [PATCH] Allow 'Enter' to dismiss ambiguous file dialog | ||||
| Description | I'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. | ||||
| Tags | No tags attached. | ||||
|
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 ();
}
|
|
|
Applied to SVN 10484. Thanks! |
|
|
Closing old issues: these have long since been fixed. |
| 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 |