------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=111332 ------- Additional Comments From aoliveira kdemail net 2005-09-01 01:48 ------- 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() ); }