Re: Which workaround for strange KFileDialog behavior (recent files on server)?

Carsten Pfeiffer <[email protected]> Mon, 11 Oct 2004 00:33:11 +0200
Newsgroups gmane.comp.kde.devel.optimize
Message-ID <[email protected]>
On Monday 11 October 2004 00:23, David Faure wrote:

> For KFileDialog, can you get a backtrace? I can't see code doing that.
> kfiledialog.cpp says:
>     locationEdit->setURLs( kc->readPathListEntry( RecentFiles ), [...] );
> and KURLComboBox::setURLs() doesn't seem to check for existence.

It's probably KURLPixmapProvider, i.e. KMimeType::pixmapForURL() (used to 
determine the pixmap for every url in the combo).

Cheers
Carsten