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: Mon, 03 Sep 2007 09:40:21 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/09/03 09:40:20

Modified files:
        .              : ChangeLog 
        server         : edit_text_character.cpp 

Log message:
                * server/edit_text_character.cpp (unload): don't forget to call
                  the base class version of the method (properly setting _unload
                  flag).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.4195&r2=1.4196
http://cvs.savannah.gnu.org/viewcvs/gnash/server/edit_text_character.cpp?cvsroot=gnash&r1=1.106&r2=1.107

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.4195
retrieving revision 1.4196
diff -u -b -r1.4195 -r1.4196
--- ChangeLog   3 Sep 2007 08:46:23 -0000       1.4195
+++ ChangeLog   3 Sep 2007 09:40:20 -0000       1.4196
@@ -1,3 +1,9 @@
+2007-09-03 Sandro Santilli <address@hidden>
+
+       * server/edit_text_character.cpp (unload): don't forget to call
+         the base class version of the method (properly setting _unload
+         flag).
+
 2007-09-03 Benjamin Wolsey <address@hidden>
 
        * doc/C/usermanual/usage/gnashrc.xml: Warn in docs about including

Index: server/edit_text_character.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/edit_text_character.cpp,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -b -r1.106 -r1.107
--- server/edit_text_character.cpp      31 Aug 2007 21:53:31 -0000      1.106
+++ server/edit_text_character.cpp      3 Sep 2007 09:40:20 -0000       1.107
@@ -17,7 +17,7 @@
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 //
 
-/* $Id: edit_text_character.cpp,v 1.106 2007/08/31 21:53:31 strk Exp $ */
+/* $Id: edit_text_character.cpp,v 1.107 2007/09/03 09:40:20 strk Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -432,7 +432,7 @@
        // TODO: unregisterTextVariable() ?
        on_event(event_id::KILLFOCUS);
 
-       return false;  // assuming TextField never has onUnload ...
+       return character::unload(); 
 }
 
 void




reply via email to

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