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-1806-gd966078
Date: Thu, 31 Oct 2013 19:16:59 +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  d96607842f42e71d2f11fa0236055e52ae6fd48d (commit)
      from  5ae7ec0ecd860bff59cf87dae5f05453e0bc1e29 (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=d96607842f42e71d2f11fa0236055e52ae6fd48d


commit d96607842f42e71d2f11fa0236055e52ae6fd48d
Author: Julien Nabet <address@hidden>
Date:   Thu Oct 31 20:15:15 2013 +0100

    Fix cppcheck "Ineffective call" report (patch #8226)
    
    Signed-off-by: Sandro Santilli <address@hidden>

diff --git a/gui/qt/Qt4Gui.cpp b/gui/qt/Qt4Gui.cpp
index 7b7af5e..b90dc4d 100644
--- a/gui/qt/Qt4Gui.cpp
+++ b/gui/qt/Qt4Gui.cpp
@@ -507,7 +507,7 @@ Qt4Gui::showProperties()
         if (newDepth == 0) {
             // Insert top level entries directly into the tree widget.
             items.append(item);
-            stack.empty();
+            stack.clear();
         } else {
             // The position to insert the new row.
             QTreeWidgetItem* parent = NULL;

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

Summary of changes:
 gui/qt/Qt4Gui.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]