View Issue Details

IDProjectCategoryView StatusLast Update
0002802ardourbugspublic2020-04-19 20:14
Reportertinram Assigned Tocth103  
PrioritynormalSeveritytrivialReproducibilityalways
Status closedResolutionfixed 
Summary0002802: [Patch] add a missing NULL pointer to author list in about.cc
DescriptionThis problem cause Ardour to display weird things in the author list of
the about dialog.
TagsNo tags attached.

Activities

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[] = {

tinram

2009-07-29 10:15

reporter   ~0006472

For 3.0-svn

cth103

2009-07-30 00:35

administrator   ~0006473

Applied to 3.0 SVN. Thanks!

system

2020-04-19 20:14

developer   ~0021963

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.

Issue History

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