[Kde-extra-gear] K3b 0.12.6 released

Sebastian Trueg trueg at k3b.org
Sat Oct 29 19:10:46 CEST 2005


On Saturday 29 October 2005 17:41, Thiago Macieira wrote:
> Sebastian Trueg wrote:
> > * Support for media:/ urls.
>
> Does that include support for system:/media/ as well?
>
> In other words, did you hardcode "media" or did you add code to find the
> UDS_LOCAL_PATH atom?

media is hardcoded. What am I suppsed to do instead? Not check the protocol 
but do something like:

if( !url.isLocalFile() ) {
KIO::NetAccess::stat( url, ... );
if( statthingi.contains( UDS_LOCAL_PATH )
// do someting
}


More information about the Kde-extra-gear mailing list