SVN commit 455610 by aoliveira: As Thiago Macieira pointed and later Chet Murthy noticed, we should use url(), instead of prettyUrl(), for non-user-visible strings. CCBUG: 99208 CCBUG: 111332 M +1 -1 filebrowser.cpp --- trunk/extragear/multimedia/amarok/src/filebrowser.cpp #455609:455610 @@ -217,7 +217,7 @@ m_dir->writeConfig( c ); //uses currently set group - c->writePathEntry( "Location", m_dir->url().prettyURL() ); + c->writePathEntry( "Location", m_dir->url().url() ); c->writePathEntry( "Dir History", m_combo->urls() ); }