View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001543 | ardour | bugs | public | 2007-03-08 22:59 | 2008-11-21 00:32 |
| Reporter | peppot | Assigned To | paul | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Summary | 0001543: "Duplicate" has no input field | ||||
| Description | The Duplicate dialogue has no input field | ||||
| Tags | No tags attached. | ||||
|
2007-03-09 11:34
|
1543 (411 bytes)
Index: gtk2_ardour/editor.cc
===================================================================
--- gtk2_ardour/editor.cc (revision 1564)
+++ gtk2_ardour/editor.cc (working copy)
@@ -2853,8 +2853,8 @@
set_size_request_to_display_given_text (entry, X_("12345678"), 20, 15);
entry.select_region (0, -1);
entry.grab_focus ();
+ win.show_all ();
-
switch (win.run ()) {
case RESPONSE_ACCEPT:
break;
|
|
|
Hi, thanks very much for the report. I see the same thing. The attached patch fixes it for me, would you check that it fixes it for you too? Carl |
|
|
Yup it does. Super, Carl! |
|
|
fixed in svn |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2007-03-08 22:59 | peppot | New Issue | |
| 2007-03-09 11:34 | cth103 | File Added: 1543 | |
| 2007-03-09 11:35 | cth103 | Note Added: 0003541 | |
| 2007-03-09 11:35 | cth103 | Status | new => feedback |
| 2007-03-09 11:45 | peppot | Note Added: 0003542 | |
| 2007-03-09 12:56 | cth103 | Status | feedback => confirmed |
| 2007-03-20 20:27 | paul | Status | confirmed => resolved |
| 2007-03-20 20:27 | paul | Resolution | open => fixed |
| 2007-03-20 20:27 | paul | Assigned To | => paul |
| 2007-03-20 20:27 | paul | Note Added: 0003618 | |
| 2008-11-21 00:32 | seablade | Status | resolved => closed |