[Pkg-mozext-commits] [sage-extension] 09/49: bookmark datasource flushing

David Prévot taffit at moszumanska.debian.org
Fri May 1 03:10:52 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to tag sage_1_3_10
in repository sage-extension.

commit 6418f47c520ea4658babf2540a328ac3ec4568d9
Author: Peter Andrews <petea at jhu.edu>
Date:   Mon May 9 16:21:09 2005 +0000

    bookmark datasource flushing
---
 src/sage/content/sage.js | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/sage/content/sage.js b/src/sage/content/sage.js
index 61b51ab..0aeacc2 100755
--- a/src/sage/content/sage.js
+++ b/src/sage/content/sage.js
@@ -138,6 +138,9 @@ function done() {
 		rssLoading = false;
 	}
 	UpdateChecker.done();
+	
+	logMessage("flushing bookmark data store..");
+	BMDS.QueryInterface(Components.interfaces.nsIRDFRemoteDataSource).Flush();
 
 	logMessage("shutdown");
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/sage-extension.git



More information about the Pkg-mozext-commits mailing list