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. 45c15b8d2f018d055521


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 45c15b8d2f018d0555212a578c3e6ec6ee4fceba
Date: Fri, 22 Oct 2010 14:49:58 +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  45c15b8d2f018d0555212a578c3e6ec6ee4fceba (commit)
      from  f246e6c3049c46af379a21290a1391fb876591bf (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=45c15b8d2f018d0555212a578c3e6ec6ee4fceba


commit 45c15b8d2f018d0555212a578c3e6ec6ee4fceba
Author: Sandro Santilli <address@hidden>
Date:   Fri Oct 22 16:49:53 2010 +0200

    fix doc

diff --git a/libsound/sound_handler.h b/libsound/sound_handler.h
index 9907c7b..6d4acdb 100644
--- a/libsound/sound_handler.h
+++ b/libsound/sound_handler.h
@@ -301,7 +301,7 @@ public:
     /// gnash calls this to unpause audio
     virtual void unpause() { _paused=false; }
 
-    /// gnash calls this to unpause audio
+    /// return true if audio is paused
     bool isPaused() const { return _paused; }
 
     /// Plug an external InputStream into the mixer

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

Summary of changes:
 libsound/sound_handler.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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