[kde] kfmclient exec with anchor URL
David Faure
dfaure at klaralvdalens-datakonsult.se
Thu Feb 5 14:49:20 GMT 2004
On Thursday 05 February 2004 00:21, Waldo Bastian wrote:
> Yes, this is a bit strange indeed. The reason is that we pass local files as
> "paths" and not as "URL" when kfmclient_html.desktop gets executed.
> - ret << (url.isLocalFile() ? url.path() : url.url());
> + ret << ((url.isLocalFile() && !url.hasRef()) ? url.path() : url.url());
Looks OK in itself, but there are so many places where we do this.....
--
David Faure -- faure at kde.org, dfaure at klaralvdalens-datakonsult.se
Qt/KDE/KOffice developer
Klarälvdalens Datakonsult AB, Platform-independent software solutions
More information about the kfm-devel
mailing list