gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash/server button.cpp


From: Sandro Santilli
Subject: [Gnash-commit] gnash/server button.cpp
Date: Sat, 19 Aug 2006 13:28:12 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  06/08/19 13:28:12

Modified files:
        server         : button.cpp 

Log message:
        log actions in button when verbose parse, not verbose action

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/button.cpp?cvsroot=gnash&r1=1.25&r2=1.26

Patches:
Index: button.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/button.cpp,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -b -r1.25 -r1.26
--- button.cpp  19 Aug 2006 13:26:23 -0000      1.25
+++ button.cpp  19 Aug 2006 13:28:12 -0000      1.26
@@ -927,8 +927,8 @@
                        m_conditions = in->read_u16();
                }
 
-               IF_VERBOSE_ACTION (
-               log_action("-- actions in button\n"); // @@ need more info 
about which actions
+               IF_VERBOSE_PARSE (
+               log_parse("-- actions in button\n"); // @@ need more info about 
which actions
                );
 
                // Read actions.




reply via email to

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