summaryrefslogtreecommitdiffstats
path: root/src/jabber_whiteboard/deserializer.cpp
diff options
context:
space:
mode:
authormjwybrow <mjwybrow@users.sourceforge.net>2006-02-07 00:37:46 +0000
committermjwybrow <mjwybrow@users.sourceforge.net>2006-02-07 00:37:46 +0000
commitc2b00b03083db05b0b1b00bd91ccff3c278dd800 (patch)
tree3173999265b7107259f873477fd8c12f6bc63bf2 /src/jabber_whiteboard/deserializer.cpp
parentcrop an item's bbox by its clippath bbox, if any (diff)
downloadinkscape-c2b00b03083db05b0b1b00bd91ccff3c278dd800.tar.gz
inkscape-c2b00b03083db05b0b1b00bd91ccff3c278dd800.zip
* src/jabber_whiteboard/message-utilities.h,
src/jabber_whiteboard/serializer.cpp, src/jabber_whiteboard/deserializer.cpp, src/jabber_whiteboard/message-utilities.cpp, src/ui/dialog/whiteboard-connect.cpp: Some fixes to allow the codebase to compile with Inkboard support after the recent Util::shared_ptr<> and Dialog::present() changes. (bzr r100)
Diffstat (limited to 'src/jabber_whiteboard/deserializer.cpp')
-rw-r--r--src/jabber_whiteboard/deserializer.cpp2
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.