gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-commit] /srv/bzr/gnash/trunk r10137: Make movie_root::loadMov


From: strk
Subject: Re: [Gnash-commit] /srv/bzr/gnash/trunk r10137: Make movie_root::loadMovie() and movie_root::getURL into a consistent
Date: Mon, 27 Oct 2008 13:07:15 +0100

On Mon, Oct 27, 2008 at 11:39:37AM +0100, Benjamin Wolsey wrote:

>   Send requested URL directly to the hosting application without resolving
>   relative URLs ourselves.
...
>  void
>  SWFHandlers::CommonGetUrl(as_environment& env,
...
>      // If the url starts with "print:", then this is
>      // a print request.
> -    if (noCaseCompare(urlTarget.substr(0, 6), "print:"))
> +    if (noCaseCompare(url.substr(0, 6), "print:"))

Shouldn't the 'print:' check be handled by movie_root now ?

--strk;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]