gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/server character.h


From: Vitaly Alexeev
Subject: [Gnash-commit] gnash/server character.h
Date: Fri, 30 Jun 2006 10:49:56 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Vitaly Alexeev <alexeev>        06/06/30 10:49:56

Modified files:
        server         : character.h 

Log message:
        fixed small bug

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/character.h?cvsroot=gnash&r1=1.5&r2=1.6

Patches:
Index: character.h
===================================================================
RCS file: /sources/gnash/gnash/server/character.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- character.h 28 Jun 2006 23:27:44 -0000      1.5
+++ character.h 30 Jun 2006 10:49:56 -0000      1.6
@@ -138,7 +138,9 @@
     // is to do "text_character.text = whatever", via
     // set_member().
     virtual const char*        get_text_name() const { return ""; }
-    virtual void set_text_value(const char* /*new_text*/) { assert(0); }
+
+               // The Flash user can write moviclip="text", but it should not 
lead to crash
+    virtual void set_text_value(const char* new_text) { }
 
        /// \brief
        /// Get our concatenated matrix (all our ancestor transforms,




reply via email to

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