Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Bender <walter@sugarlabs.org>2014-02-13 15:32:08 (GMT)
committer Walter Bender <walter@sugarlabs.org>2014-02-13 15:32:08 (GMT)
commit7f0d0e06057cc74c8c7d610ecc53df8c94ae4889 (patch)
tree13968c83365ead6db935af77ffe8658617749bf1
parentd0c0d27a35a6c67c9dcc44b3f997a442488f4ad9 (diff)
fix journal replication problem
-rw-r--r--NEWS1
-rw-r--r--pippy_app.py2
2 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5532876..0e4cfe0 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,7 @@ ENHANCEMENTS:
BUG FIX:
* Sort out numerous cases regarding saving/restoring tabs/tabs content
+* Fixed problem with sound check in sugar-build env.
56
diff --git a/pippy_app.py b/pippy_app.py
index 3c723de..7ec322a 100644
--- a/pippy_app.py
+++ b/pippy_app.py
@@ -946,6 +946,8 @@ class PippyActivity(ViewSourceActivity, groupthink.sugar_tools.GroupActivity):
dsobject.set_file_path(tmpfile)
datastore.write(dsobject)
session_list.append([name, dsobject.object_id])
+ i = self.session_data.index(content)
+ self.session_data[i] = dsobject.object_id
elif content is not None or path is not None:
_logger.debug('Saving reference to sample file')
if path is None: # Should not happen, but just in case...