gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/server edit_text_character.cpp


From: Sandro Santilli
Subject: [Gnash-commit] gnash/server edit_text_character.cpp
Date: Wed, 18 Jul 2007 03:47:31 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/07/18 03:47:31

Modified files:
        server         : edit_text_character.cpp 

Log message:
        reduced debugging prints

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/edit_text_character.cpp?cvsroot=gnash&r1=1.77&r2=1.78

Patches:
Index: edit_text_character.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/edit_text_character.cpp,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -b -r1.77 -r1.78
--- edit_text_character.cpp     18 Jul 2007 03:35:38 -0000      1.77
+++ edit_text_character.cpp     18 Jul 2007 03:47:31 -0000      1.78
@@ -17,7 +17,7 @@
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 //
 
-/* $Id: edit_text_character.cpp,v 1.77 2007/07/18 03:35:38 strk Exp $ */
+/* $Id: edit_text_character.cpp,v 1.78 2007/07/18 03:47:31 strk Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -770,13 +770,6 @@
        }       // end switch
 
 
-       // TODO: iff background, backgroundColor, border, borderColor or 
textColor 
-       //       members are changed we should call set_invalidated !
-       //       Note that *deleting* these members might need to have
-       //       the same effect too (to be tested)
-       //
-       log_debug("Calling set_member_default(%s, xxx)", name.c_str());
-
        set_member_default(name, val);
 }
 
@@ -1414,7 +1407,6 @@
 {
        if ( _drawBackground != val )
        {
-               log_debug("Setting draw background to %d", val);
                set_invalidated();
                _drawBackground = val;
        }
@@ -1431,7 +1423,6 @@
 {
        if ( _backgroundColor != col )
        {
-               log_debug("Setting background color to %s", 
col.toString().c_str());
                set_invalidated();
                _backgroundColor = col;
        }




reply via email to

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