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-2167-gace2e81
Date: Wed, 15 Oct 2014 16:24: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  ace2e81f36f6c4d266e0c63a1c95cc23d3d45567 (commit)
      from  f2ad7118e732da54be5afa5e3a01df801a34f595 (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=ace2e81f36f6c4d266e0c63a1c95cc23d3d45567


commit ace2e81f36f6c4d266e0c63a1c95cc23d3d45567
Author: Sandro Santilli <address@hidden>
Date:   Wed Oct 15 18:24:22 2014 +0200

    Fix DragStats.hasBounds return type (#43198)

diff --git a/libcore/DragState.h b/libcore/DragState.h
index 37c333d..44581c2 100644
--- a/libcore/DragState.h
+++ b/libcore/DragState.h
@@ -62,7 +62,7 @@ public:
     std::int32_t yOffset() const { return _yoffset; }
 
     bool hasBounds() const {
-        return (_bounds);
+        return (0 != _bounds);
     }
 
     /// \brief

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

Summary of changes:
 libcore/DragState.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]