[Pkg-mozext-commits] [SCM] perspectives-extension branch, debian, updated. 4.2-4-136-gd6962eb

Dave Schaefer dave.schaefer at gmail.com
Thu Jun 28 22:05:01 UTC 2012


The following commit has been merged in the debian branch:
commit c2fe1e4f2f1cf735604ed951c7559483def212dc
Author: Dave Schaefer <dave.schaefer at gmail.com>
Date:   Mon Jun 11 23:26:39 2012 -0700

    Perspectives - Replace call to alert() with pers_alert() wrapper.
    
    The other line is just whitespace fixing (replace spaces with tabs)

diff --git a/plugin/chrome/content/notaries.js b/plugin/chrome/content/notaries.js
index aab3114..5febb53 100644
--- a/plugin/chrome/content/notaries.js
+++ b/plugin/chrome/content/notaries.js
@@ -863,14 +863,14 @@ var Perspectives = {
 			} else {  
 				Pers_util.update_default_notary_list_from_file(this.root_prefs); 
 			} 
-        		Pers_debug.d_print("main", Perspectives.notaries); 	
+			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);
 			setTimeout(function (){ Perspectives.requeryAllTabs(gBrowser); }, 4000);
 			Pers_debug.d_print("main", "Perspectives Finished Initialization\n\n");
 		} catch(e) { 
-			alert("Error in initNotaries: " + e); 
+			Pers_util.pers_alert("Error in initNotaries: " + e);
 		} 
 	},
 

-- 
perspectives-extension



More information about the Pkg-mozext-commits mailing list