From kde-commits Fri Feb 15 23:14:32 2008 From: "Eduardo Robles" Date: Fri, 15 Feb 2008 23:14:32 +0000 To: kde-commits Subject: Re: KDE/kdesdk/kate/plugins/filebrowser Message-Id: <9e2d3ad60802151514s74a4ac83ia54fce8b12f30de9 () mail ! gmail ! com> X-MARC-Message: https://marc.info/?l=kde-commits&m=120311739112496 I've sent the answer to this to kwrite-devel (that's where it should ocur I guess?), we can continue on this there if you wish. 2008/2/15, Dominik Haumann : > On Friday 15 February 2008, Anders Lund wrote: > > On Friday 15 February 2008, Eduardo Robles Elvira wrote: > > > SVN commit 775444 by edulix: > > > > > > bugfix a small bug in kate: the filesystem broswer will always start in > > > detailed view mode, no matter if you saved session in simple view. > > > > > > > > > > > > M +1 -0 katefileselector.cpp > > > > > > > > > --- trunk/KDE/kdesdk/kate/plugins/filebrowser/katefileselector.cpp > > > #775443:775444 @@ -300,6 +300,7 @@ > > > > > > KConfigGroup cgDir(config, name + ":dir"); > > > dir->readConfig(cgDir); > > > + dir->setView(KFile::Default); > > > > > > KConfigGroup cg (config, name ); > > > cmbPath->setUrls( cg.readPathEntry( "dir history", QStringList() ) > > > ); > > > > How on earth does that help??? KFile::Default USED to mean some > > unspecified system default, i do not know what it means now. AFAIK the > > current kdiroperator doesn't read any configuration values at all - > > another kde 4 brokennes > > I agree: The right way to fix it would be to make it restore the config > options set previously -- doesn't it do that preoprly? >