View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002802 | ardour | bugs | public | 2009-07-29 10:13 | 2020-04-19 20:14 |
| Reporter | tinram | Assigned To | cth103 | ||
| Priority | normal | Severity | trivial | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Summary | 0002802: [Patch] add a missing NULL pointer to author list in about.cc | ||||
| Description | This problem cause Ardour to display weird things in the author list of the about dialog. | ||||
| Tags | No tags attached. | ||||
|
2009-07-29 10:13
|
Ardour_fix_NULL_in_about_dialog.patch (279 bytes)
*** about.cc.old 2009-07-29 11:58:26.000000000 +0200
--- about.cc 2009-07-29 12:00:15.000000000 +0200
***************
*** 163,168 ****
--- 163,169 ----
N_("Petter Sundlöf"),
N_("Mike Täht"),
N_("Thorsten Wilms"),
+ NULL
};
static const char* translators[] = {
|
|
|
For 3.0-svn |
|
|
Applied to 3.0 SVN. Thanks! |
|
|
Issue has been closed automatically, by Trigger Close Plugin. Feel free to re-open with additional information if you think the issue is not resolved. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2009-07-29 10:13 | tinram | New Issue | |
| 2009-07-29 10:13 | tinram | File Added: Ardour_fix_NULL_in_about_dialog.patch | |
| 2009-07-29 10:15 | tinram | Note Added: 0006472 | |
| 2009-07-30 00:35 | cth103 | cost | => 0.00 |
| 2009-07-30 00:35 | cth103 | Note Added: 0006473 | |
| 2009-07-30 00:35 | cth103 | Status | new => resolved |
| 2009-07-30 00:35 | cth103 | Resolution | open => fixed |
| 2009-07-30 00:35 | cth103 | Assigned To | => cth103 |
| 2010-04-24 10:28 | cth103 | Category | bugs => bugs2 |
| 2010-04-24 10:31 | cth103 | Category | bugs2 => bugs |
| 2020-04-19 20:14 | system | Note Added: 0021963 | |
| 2020-04-19 20:14 | system | Status | resolved => closed |