diff options
Diffstat (limited to 'src/jabber_whiteboard/deserializer.cpp')
| -rw-r--r-- | src/jabber_whiteboard/deserializer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jabber_whiteboard/deserializer.cpp b/src/jabber_whiteboard/deserializer.cpp index 8a6a464b4..066557ad5 100644 --- a/src/jabber_whiteboard/deserializer.cpp +++ b/src/jabber_whiteboard/deserializer.cpp @@ -372,7 +372,7 @@ Deserializer::deserializeEventChgAttr(Glib::ustring const& msg) // 5. If this node is in the actions queue and is marked as "new", we need to apply // _all_ received attributes to it _before_ adding it to the document tree. if (this->_newnodes.find(id) != this->_newnodes.end()) { - node->setAttribute(key.c_str(), newval.cString()); + node->setAttribute(key.c_str(), newval.pointer()); } // 6. Deserialize the event. |
