Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/serialize.py
diff options
context:
space:
mode:
Diffstat (limited to 'serialize.py')
-rw-r--r--serialize.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/serialize.py b/serialize.py
index 2de0358..e2a0504 100644
--- a/serialize.py
+++ b/serialize.py
@@ -185,7 +185,7 @@ def getRecdXmlMeshString( recd ):
pixbuf = recd.getThumbPixbuf( )
thumb = str( utils.getStringFromPixbuf(pixbuf) )
- root.setAttribute(self.recdBuddyThumb, thumb )
+ root.setAttribute(Constants.recdBuddyThumb, thumb )
writer = cStringIO.StringIO()
recdXml.writexml(writer)