Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/browser.py
diff options
context:
space:
mode:
authorSimon Schampijer <erikos@localhost.localdomain>2007-12-19 12:31:14 (GMT)
committer Simon Schampijer <simon@schampijer.de>2007-12-19 18:45:41 (GMT)
commit76ff3c88653b8f9d9684d78ab95b318e3e205134 (patch)
tree39e04b522fc38de591f25b0c24122fbc31e629b1 /browser.py
parentaf945801379247348be471860723ee6a8057edcf (diff)
Use the new show_object_in_journal API #4909
Diffstat (limited to 'browser.py')
-rw-r--r--browser.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/browser.py b/browser.py
index 4b023bd..ab972e7 100644
--- a/browser.py
+++ b/browser.py
@@ -141,6 +141,7 @@ class Browser(WebView):
def _internal_save_cb(self):
logging.debug("Saved source object to datastore.")
+ activity.show_object_in_journal(self._jobject.object_id)
self._cleanup_jobject()
def _internal_save_error_cb(self, err):