Code

* src/jabber_whiteboard/message-utilities.h,
[inkscape.git] / src / jabber_whiteboard / deserializer.cpp
index 8a6a464b4820350b72012c902fc45e8003b4684f..066557ad55b22f05fe73a95867da97650a6dfdcf 100644 (file)
@@ -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.