gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, master, updated. 617166eabf52107e0d40


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 617166eabf52107e0d40ec6d7edfb8f2821bf0e4
Date: Tue, 02 Nov 2010 21:01:22 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  617166eabf52107e0d40ec6d7edfb8f2821bf0e4 (commit)
      from  0c44fb0c83e713ccc9b53737bc983b276bd490d9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=617166eabf52107e0d40ec6d7edfb8f2821bf0e4


commit 617166eabf52107e0d40ec6d7edfb8f2821bf0e4
Author: Sandro Santilli <address@hidden>
Date:   Tue Nov 2 22:00:48 2010 +0100

    Include pointer to cookie file in launcher

diff --git a/plugin/npapi/plugin.cpp b/plugin/npapi/plugin.cpp
index 109af71..ee0c854 100644
--- a/plugin/npapi/plugin.cpp
+++ b/plugin/npapi/plugin.cpp
@@ -935,6 +935,8 @@ create_standalone_launcher(const std::string& page_url, 
const std::string& swf_u
     }
 
     saLauncher << "#!/bin/sh" << std::endl
+               << "export GNASH_COOKIES_IN="
+               << "/tmp/gnash-cookies." << getpid() << std::endl
                << getGnashExecutable() << " ";
 
     if (!page_url.empty()) {

-----------------------------------------------------------------------

Summary of changes:
 plugin/npapi/plugin.cpp |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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