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-2168-gd821b4c
Date: Wed, 15 Oct 2014 16:34:53 +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  d821b4c9abbbabf03491a2cb0a02ebeeda4d5360 (commit)
      from  ace2e81f36f6c4d266e0c63a1c95cc23d3d45567 (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=d821b4c9abbbabf03491a2cb0a02ebeeda4d5360


commit d821b4c9abbbabf03491a2cb0a02ebeeda4d5360
Author: Sandro Santilli <address@hidden>
Date:   Wed Oct 15 18:34:34 2014 +0200

    Revert "Fix DragStats.hasBounds return type (#43198)"
    
    This reverts commit ace2e81f36f6c4d266e0c63a1c95cc23d3d45567.
    The change was bogus, a boost::optional cannot be used like that

diff --git a/libcore/DragState.h b/libcore/DragState.h
index 44581c2..37c333d 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 (0 != _bounds);
+        return (_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]