gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog server/edit_text_character.cpp


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog server/edit_text_character.cpp
Date: Tue, 17 Oct 2006 12:37:46 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  06/10/17 12:37:46

Modified files:
        .              : ChangeLog 
        server         : edit_text_character.cpp 

Log message:
        commented out debugging line

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1260&r2=1.1261
http://cvs.savannah.gnu.org/viewcvs/gnash/server/edit_text_character.cpp?cvsroot=gnash&r1=1.19&r2=1.20

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1260
retrieving revision 1.1261
diff -u -b -r1.1260 -r1.1261
--- ChangeLog   17 Oct 2006 09:56:05 -0000      1.1260
+++ ChangeLog   17 Oct 2006 12:37:46 -0000      1.1261
@@ -1,5 +1,6 @@
 2006-10-17 Sandro Santilli <address@hidden>
 
+       * server/edit_text_character.cpp: commented out debugging line
        * testsuite/misc-ming.all/ButtonEventsTest.c: set movie rate
          to 0.2 frames per second, to test redraw-on-event (not working
          as it should).

Index: server/edit_text_character.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/edit_text_character.cpp,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- server/edit_text_character.cpp      12 Oct 2006 16:37:25 -0000      1.19
+++ server/edit_text_character.cpp      17 Oct 2006 12:37:46 -0000      1.20
@@ -3,7 +3,7 @@
 // This source code has been donated to the Public Domain.  Do
 // whatever you want with it.
 
-/* $Id: edit_text_character.cpp,v 1.19 2006/10/12 16:37:25 udog Exp $ */
+/* $Id: edit_text_character.cpp,v 1.20 2006/10/17 12:37:46 strk Exp $ */
 
 #include "utf8.h"
 #include "log.h"
@@ -95,7 +95,7 @@
 
                // Show white background + black bounding box.
                render::set_matrix(mat);
-               mat.print();
+               //mat.print();
 
                point   coords[4];
                const rect def_bounds = m_def->get_bounds();




reply via email to

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