gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/rtmp r9626: Set the actual element name an


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/rtmp r9626: Set the actual element name and value, not the debug crap
Date: Wed, 03 Sep 2008 15:58:47 -0600
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 9626
committer: address@hidden
branch nick: rtmp
timestamp: Wed 2008-09-03 15:58:47 -0600
message:
  Set the actual element name and value, not the debug crap
modified:
  libcore/as_value.cpp
=== modified file 'libcore/as_value.cpp'
--- a/libcore/as_value.cpp      2008-09-03 21:46:17 +0000
+++ b/libcore/as_value.cpp      2008-09-03 21:58:47 +0000
@@ -1737,9 +1737,7 @@
                  if (prop == 0) {
                      break;
                  } else {
-//                   obj->set_member(st.string_table::find(prop->getName()), 
as_value(prop));
-                     obj->set_member(st.string_table::find("foo"), 
as_value("bar"));
-                     obj->set_member(st.string_table::find("bar"), 
as_value(1.234));
+                     obj->set_member(st.string_table::find(prop->getName()), 
as_value(prop->getValue()));
                  }
              }
          }


reply via email to

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