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. 6e32f8c02141dfe3d8b6


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 6e32f8c02141dfe3d8b67e719864a650a688468a
Date: Wed, 10 Nov 2010 19:47:03 +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  6e32f8c02141dfe3d8b67e719864a650a688468a (commit)
      from  a66a63f0d6692ebe5e9ad668b7eb626b72e69451 (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=6e32f8c02141dfe3d8b67e719864a650a688468a


commit 6e32f8c02141dfe3d8b67e719864a650a688468a
Author: Sandro Santilli <address@hidden>
Date:   Wed Nov 10 20:46:58 2010 +0100

    Fix build with --enable-fps-debug

diff --git a/gui/gnash.cpp b/gui/gnash.cpp
index b662ff8..d55c6ab 100644
--- a/gui/gnash.cpp
+++ b/gui/gnash.cpp
@@ -455,7 +455,7 @@ getSupportedOptions(gnash::Player& p)
 
 #ifdef GNASH_FPS_DEBUG
     ("debug-fps,f", po::value<float>()
-        ->notifier(boost::bind(&Player::setFpsPrintTime, &p, _1),
+        ->notifier(boost::bind(&Player::setFpsPrintTime, &p, _1)),
         _("Print FPS every num seconds"))
 #endif 
 

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

Summary of changes:
 gui/gnash.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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