Bug#1000890: libwxbase3.0-0v5: wxStandardPaths::GetDocumentsDir should not return a quoted string

2021-12-01 Thread Olly Betts
On Tue, Nov 30, 2021 at 11:53:23AM -0800, Norman Rasmussen wrote: > --- a/src/unix/stdpaths.cpp > +++ b/src/unix/stdpaths.cpp > @@ -260,6 +260,8 @@ wxString wxStandardPaths::GetDocumentsDir() const > value.Replace(wxT("$HOME"), homeDir); >

Bug#1000890: libwxbase3.0-0v5: wxStandardPaths::GetDocumentsDir should not return a quoted string

2021-11-30 Thread Norman Rasmussen
Package: libwxbase3.0-0v5 Version: 3.0.5.1+dfsg-2 Severity: normal Tags: patch wxStandardPaths::GetDocumentsDir returns a string with quotes at the start and end. It should not do this. In https://github.com/wxWidgets/wxWidgets/commit/a0fb80808771dfb27fcb452284a2cfdc9a9bf783 the code was changed