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. 8fda2fa4859983939549


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 8fda2fa4859983939549fd1639cbbf528c98d73f
Date: Tue, 16 Nov 2010 12:41:50 +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  8fda2fa4859983939549fd1639cbbf528c98d73f (commit)
       via  cabc06876c9d481296e6b0263f809178e61ad20c (commit)
      from  d82c81aa3356d17bb2f221575b78303fae965796 (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=8fda2fa4859983939549fd1639cbbf528c98d73f


commit 8fda2fa4859983939549fd1639cbbf528c98d73f
Merge: cabc068 d82c81a
Author: Sandro Santilli <address@hidden>
Date:   Tue Nov 16 13:41:42 2010 +0100

    Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/gnash


http://git.savannah.gnu.org/cgit//commit/?id=cabc06876c9d481296e6b0263f809178e61ad20c


commit cabc06876c9d481296e6b0263f809178e61ad20c
Author: Sandro Santilli <address@hidden>
Date:   Tue Nov 16 13:41:29 2010 +0100

    Write the 'ignoreShowMenu' rc directive (since it exists...)

diff --git a/libbase/rc.cpp b/libbase/rc.cpp
index a0e6c15..68a90f1 100644
--- a/libbase/rc.cpp
+++ b/libbase/rc.cpp
@@ -763,6 +763,7 @@ RcInitFile::updateFile(const std::string& filespec)
     cmd << "LCTrace " << _lctrace << endl <<
     cmd << "LCShmkey " << std::hex << (boost::uint32_t) _lcshmkey << endl <<
     cmd << "ignoreFSCommand " << _ignoreFSCommand << endl <<    
+    cmd << "ignoreShowMenu " << _ignoreShowMenu << endl <<
     cmd << "saveStreamingMedia " << _saveStreamingMedia << endl <<    
     cmd << "saveLoadedMedia " << _saveLoadedMedia << endl <<    
    
diff --git a/libbase/rc.h b/libbase/rc.h
index 199a11b..9414b40 100644
--- a/libbase/rc.h
+++ b/libbase/rc.h
@@ -337,7 +337,7 @@ public:
         _certdir = value;
     }
 
-    void ignoreShowMenu(bool value) { _ignoreShowMenu= value; }
+    void ignoreShowMenu(bool value) { _ignoreShowMenu=value; }
 
     bool ignoreShowMenu() const { return _ignoreShowMenu; }
 

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

Summary of changes:
 libbase/rc.cpp |    1 +
 libbase/rc.h   |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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