View Issue Details

IDProjectCategoryView StatusLast Update
0004832ardourfeaturespublic2015-09-18 15:19
Reportercolinf Assigned Tocth103  
PrioritynormalSeverityminorReproducibilityN/A
Status closedResolutionfixed 
Target Version3.0 
Summary0004832: [PATCH] Recent session path in tooltip
DescriptionThis got lost in the revert of the new session dialog changes in r11804: here's a one-liner to put it back.
TagsNo tags attached.

Activities

2012-04-09 21:28

 

recent-session-path-tooltip.patch (381 bytes)   
Index: gtk2_ardour/startup.cc
===================================================================
--- gtk2_ardour/startup.cc	(revision 11860)
+++ gtk2_ardour/startup.cc	(working copy)
@@ -984,6 +984,7 @@
 		}
 	}
 
+	recent_session_display.set_tooltip_column(1); // recent_session_columns.fullpath 
 	recent_session_display.set_model (recent_session_model);
 	return rs.size();
 }

cth103

2012-04-11 10:11

administrator   ~0013109

Applied to SVN 11891, thanks!

colinf

2015-09-18 15:19

updater   ~0017297

Closing old issues reported by me: these have long since been fixed.

Issue History

Date Modified Username Field Change
2012-04-09 21:28 colinf New Issue
2012-04-09 21:28 colinf File Added: recent-session-path-tooltip.patch
2012-04-09 23:43 cth103 cost => 0.00
2012-04-09 23:43 cth103 Target Version => 3.0 beta4
2012-04-11 10:11 cth103 Note Added: 0013109
2012-04-11 10:11 cth103 Status new => resolved
2012-04-11 10:11 cth103 Resolution open => fixed
2012-04-11 10:11 cth103 Assigned To => cth103
2012-05-23 15:08 cth103 Target Version 3.0 beta4 => 3.0
2015-09-18 15:19 colinf Note Added: 0017297
2015-09-18 15:19 colinf Status resolved => closed