File Open/Save not remembering Simple/Detail setting.

Dominik Haumann dhdev at gmx.de
Wed Nov 8 12:18:45 GMT 2006


On Wednesday 08 November 2006 03:01, Gary Cramblitt wrote:
> On Tuesday 07 November 2006 07:49, Carsten Pfeiffer wrote:
> > On Monday 06 November 2006 00:22, Gary Cramblitt wrote:
> > > The KDE File Open/Save dialog does not remember the Simple/Detail
> > > setting. Attached patch fixes.  OK to commit?
> >
> > Not sure if this is the right way, the constructor only sets the
> > default value. KDirOperator::readConfig() should read the configuration
> > and store it in the 'defaultView' member. KFileDialog later explicitly
> > calls diroperator->setView( KFile::Default ), taking the 'defaultView'
> > into account. I'd guess that something else is broken, so that the call
> > setView( KFile::Default ) somehow doesn't happen.
>
> Thanks for the lead Carsten.
>
> The problem is that the show method changed from virtual in Qt3 to
> non-virtual in Qt4 [...]

using lxr.kde.org shows several places where ::show is `overwritten'. maybe 
many pentential bugs?

--
Dominik




More information about the kde-core-devel mailing list