[Pkg-mozext-commits] [perspectives-extension] 04/14: Perspectives - remove dead commented code

David Prévot taffit at moszumanska.debian.org
Sat Jun 20 21:28:46 UTC 2015


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

taffit pushed a commit to branch master
in repository perspectives-extension.

commit 67028393cc67dec93870aa8ebb309c31ec24047a
Author: Dave Schaefer <dave.schaefer at gmail.com>
Date:   Sun May 31 23:33:19 2015 -0600

    Perspectives - remove dead commented code
---
 plugin/chrome/content/notaries.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugin/chrome/content/notaries.js b/plugin/chrome/content/notaries.js
index 13de5a3..065012c 100644
--- a/plugin/chrome/content/notaries.js
+++ b/plugin/chrome/content/notaries.js
@@ -1029,7 +1029,7 @@ var Perspectives = {
 			}
 			Pers_debug.d_print("main", Perspectives.notaries);
 			Pers_statusbar.setStatus(null, Pers_statusbar.STATE_NEUT, "");
-			getBrowser().addProgressListener(Perspectives.notaryListener);// , 	Components.interfaces.nsIWebProgress.NOTIFY_STATE_DOCUMENT); <-- addressing bug https://bugzilla.mozilla.org/show_bug.cgi?id=608628
+			getBrowser().addProgressListener(Perspectives.notaryListener);
 			setTimeout(function() { Perspectives.requeryAllTabs(gBrowser); }, 4000);
 			Pers_debug.d_print("main", "Perspectives Finished Initialization\n\n");
 		} catch(e) {

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



More information about the Pkg-mozext-commits mailing list