View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004832 | ardour | features | public | 2012-04-09 21:28 | 2015-09-18 15:19 |
| Reporter | colinf | Assigned To | cth103 | ||
| Priority | normal | Severity | minor | Reproducibility | N/A |
| Status | closed | Resolution | fixed | ||
| Target Version | 3.0 | ||||
| Summary | 0004832: [PATCH] Recent session path in tooltip | ||||
| Description | This got lost in the revert of the new session dialog changes in r11804: here's a one-liner to put it back. | ||||
| Tags | No tags attached. | ||||
|
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(); } |
|
|
Applied to SVN 11891, thanks! |
|
|
Closing old issues reported by me: these have long since been fixed. |
| 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 |