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. release_0_8_9_final-


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-1195-gdb4b6ff
Date: Thu, 29 Sep 2011 09:10:09 +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  db4b6fff3c87eebf3faf9312ff50baf34fc261a3 (commit)
      from  dd587e681e3de0bad0d339789c32ecd27f32c51d (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=db4b6fff3c87eebf3faf9312ff50baf34fc261a3


commit db4b6fff3c87eebf3faf9312ff50baf34fc261a3
Author: Sandro Santilli <address@hidden>
Date:   Thu Sep 29 11:08:53 2011 +0200

    Unify message for Gui::hideMenu and Gui::showMenu, addressing issue #34428
    
    Beside, do we really need both functions ?
    hideMenu seems to be possible to do with showMenu(false)

diff --git a/gui/gui.cpp b/gui/gui.cpp
index 3c4983d..46a7ed4 100644
--- a/gui/gui.cpp
+++ b/gui/gui.cpp
@@ -226,7 +226,7 @@ Gui::quit()
 void
 Gui::hideMenu()
 {
-    log_unimpl(_("Menu hiding not yet supported in this GUI"));
+    LOG_ONCE(log_unimpl(_("Menu show/hide not yet supported in this GUI")));
 }
 
 bool
@@ -239,7 +239,7 @@ Gui::showMouse(bool /* show */)
 void
 Gui::showMenu(bool /* show */)
 {
-    LOG_ONCE(log_unimpl(_("menushow not yet supported in this GUI")));
+    LOG_ONCE(log_unimpl(_("Menu show/hide not yet supported in this GUI")));
 }
 
 void

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

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


hooks/post-receive
-- 
Gnash



reply via email to

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