From kde-bugs-dist Wed Aug 31 23:48:40 2005 From: Alexandre Oliveira Date: Wed, 31 Aug 2005 23:48:40 +0000 To: kde-bugs-dist Subject: [Bug 99208] non existant directory warning in the file selector on Message-Id: <20050831234840.7872.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=112553213130047 ------- 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=99208 ------- 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() ); }