Bug or feature ? KFileDialog and selecting remote directories

Alexander Neundorf neundorf at kde.org
Fri Jun 27 21:36:20 BST 2003


Hi,

kdelibs/kio/kfile/kfiledialog.cpp contains the following code:

        else { // FIXME: remote directory, should we allow that?
//             qDebug( "**** Selected remote directory: %s",
d->url.url().latin1());
            d->filenames = QString::null;
            d->urlList.clear();
            d->urlList.append( d->url );

            if ( mode() & KFile::ExistingOnly )
                done = false;
            else
                accept();


Why isn't it allowed to select remote directories when KFile::ExistingOnly is 
set ?
Bug or feature ?

Bye
Alex
-- 
Work: alexander.neundorf at jenoptik.com - http://www.jenoptik-los.de
Home: neundorf at kde.org                - http://www.kde.org
      alex at neundorf.net               - http://www.neundorf.net





More information about the kde-core-devel mailing list