View Issue Details

IDProjectCategoryView StatusLast Update
0001543ardourbugspublic2008-11-21 00:32
Reporterpeppot Assigned Topaul  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Summary0001543: "Duplicate" has no input field
DescriptionThe Duplicate dialogue has no input field
TagsNo tags attached.

Activities

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;
1543 (411 bytes)   

cth103

2007-03-09 11:35

administrator   ~0003541

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

peppot

2007-03-09 11:45

reporter   ~0003542

Yup it does. Super, Carl!

paul

2007-03-20 20:27

administrator   ~0003618

fixed in svn

Issue History

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