[Pkg-privacy-commits] [xul-ext-monkeysphere] 103/296: removing reload; setting status directly
Ximin Luo
infinity0 at moszumanska.debian.org
Mon Aug 24 07:39:29 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch debian
in repository xul-ext-monkeysphere.
commit ceaced7b3fe236129ab68d77dae30f6b40798588
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date: Tue Feb 23 18:48:37 2010 -0500
removing reload; setting status directly
---
chrome/content/monkeysphere.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/monkeysphere.js b/chrome/content/monkeysphere.js
index 59c25cc..5071a4e 100644
--- a/chrome/content/monkeysphere.js
+++ b/chrome/content/monkeysphere.js
@@ -335,7 +335,7 @@ var monkeysphere = {
monkeysphere.log("sending query...");
client.send(query);
monkeysphere.log("query sent");
- browser.webNavigation.reload(nsIWebNavigation.LOAD_FLAGS_NONE);
+ monkeysphere.setStatus(monkeysphere.states.INPROGRESS);
},
//////////////////////////////////////////////////////////
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/xul-ext-monkeysphere.git
More information about the Pkg-privacy-commits
mailing list