gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r10085: Construct non-absolute URLs


From: Benjamin Wolsey
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10085: Construct non-absolute URLs using the base URL. Fixes navigation on
Date: Fri, 24 Oct 2008 21:23:37 +0200
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10085
committer: Benjamin Wolsey <address@hidden>
branch nick: trunk
timestamp: Fri 2008-10-24 21:23:37 +0200
message:
  Construct non-absolute URLs using the base URL. Fixes navigation on
  grandcentral.com (but not the login).
modified:
  libcore/sprite_instance.cpp
=== modified file 'libcore/sprite_instance.cpp'
--- a/libcore/sprite_instance.cpp       2008-10-23 18:27:11 +0000
+++ b/libcore/sprite_instance.cpp       2008-10-24 19:23:37 +0000
@@ -1060,7 +1060,7 @@
 
     movie_root& m = sprite->getVM().getRoot();
     
-    URL url(urlstring);
+    URL url(urlstring, get_base_url());
 
     switch (method)
     {


reply via email to

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