On Thu, Oct 20, 2005 at 03:08:17PM -0700, Jon Keating wrote:
>        // Create the HTML 
> -      QString url = BASE_DIR;
> +      QString url = "file://";
> +      url += BASE_DIR;
>        url += "/.msn_email.html";
>        

Hi Jon!

If this is in the release, you need to change it.

The problem is, that the url is also used to create the file. With the
'file://' the file cannot be created on the filesystem. Therefore I made my
second path, which fixes this issue.

Thanks
Philipp

-- 
A byte walks into a bar and orders a pint. Bartender asks him "What's wrong?"
Byte says "Parity error." Bartender nods and says "Yeah, I thought you looked
a bit off."


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Licq-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/licq-devel

Reply via email to