CVSROOT: /sources/gnash
Module name: gnash
Changes by: Sandro Santilli <strk> 07/03/09 15:12:08
Modified files:
. : ChangeLog
server : edit_text_character.cpp
Log message:
Use builtin_function for function as_values.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.2591&r2=1.2592
http://cvs.savannah.gnu.org/viewcvs/gnash/server/edit_text_character.cpp?cvsroot=gnash&r1=1.44&r2=1.45
Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.2591
retrieving revision 1.2592
diff -u -b -r1.2591 -r1.2592
--- ChangeLog 9 Mar 2007 15:00:59 -0000 1.2591
+++ ChangeLog 9 Mar 2007 15:12:08 -0000 1.2592
@@ -1,8 +1,8 @@
2007-03-09 Sandro Santilli <[EMAIL PROTECTED]>
* server/: sprite_instance.cpp, textformat.cpp,
- video_stream_instance.cpp: Use builtin_function for
- function as_values.
+ video_stream_instance.cpp, edit_text_character.cpp:
+ Use builtin_function for function as_values.
2007-03-09 Tomas Groth Christensen <[EMAIL PROTECTED]>
Index: server/edit_text_character.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/edit_text_character.cpp,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -b -r1.44 -r1.45
--- server/edit_text_character.cpp 28 Feb 2007 17:25:26 -0000 1.44
+++ server/edit_text_character.cpp 9 Mar 2007 15:12:08 -0000 1.45
@@ -1,5 +1,5 @@
//
-// Copyright (C) 2005, 2006 Free Software Foundation, Inc.
+// Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
@@ -15,7 +15,7 @@
// Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-/* $Id: edit_text_character.cpp,v 1.44 2007/02/28 17:25:26 udog Exp $ */
+/* $Id: edit_text_character.cpp,v 1.45 2007/03/09 15:12:08 strk Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -113,7 +113,7 @@
{
proto = new as_object();
attachTextFieldInterface(*proto);
- proto->init_member("constructor", &textfield_ctor);
+ proto->init_member("constructor", new
builtin_function(textfield_ctor));
}
return proto.get();
}
_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit