changeset 027ffc7c737d in /home/hg/repos/gajim
details:http://hg.gajim.org/gajim?cmd=changeset;node=027ffc7c737d
description: fig svg format
diffstat:
src/whiteboardwidget.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 94d7e72fe32d -r 027ffc7c737d src/whiteboardwidget.py
--- a/src/whiteboardwidget.py Mon Jul 27 15:57:33 2009 +0200
+++ b/src/whiteboardwidget.py Wed Jul 29 15:14:40 2009 +0200
@@ -164,7 +164,7 @@
self.svg.setAttr('width', str(width))
self.svg.setAttr('xmlns', 'http://www.w3.org/2000/svg')
# TODO: make this settable
- self.g = self.svg.addChild(name='<g/>')
+ self.g = self.svg.addChild(name='g')
self.g.setAttr('fill', 'none')
self.g.setAttr('stroke-linecap', 'round')
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits