Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/model.py
diff options
context:
space:
mode:
Diffstat (limited to 'model.py')
-rw-r--r--model.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/model.py b/model.py
index 7bb71e7..fe7419c 100644
--- a/model.py
+++ b/model.py
@@ -267,7 +267,7 @@ class Model:
#hey, i just took a cool video.audio.photo! let me show you!
if (self.ca.recTube != None):
record.Record.log.debug('meshShareRecd: we have a recTube')
- recdXml = self.ca.getRecdXmlString(recd)
+ recdXml = serialize.getRecdXmlMeshString(recd)
record.Record.log.debug('meshShareRecd: created XML')
self.ca.recTube.notifyBudsOfNewRecd( Instance.keyHashPrintable, recdXml )
record.Record.log.debug('meshShareRecd: notifyBuds')