[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:04 UTC 2012


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

    Pers_whitelist_dialog - Replace call to alert() with pers_alert() wrapper.

diff --git a/plugin/chrome/content/whitelist_dialog.js b/plugin/chrome/content/whitelist_dialog.js
index 92fd82f..52b3a86 100644
--- a/plugin/chrome/content/whitelist_dialog.js
+++ b/plugin/chrome/content/whitelist_dialog.js
@@ -64,7 +64,7 @@ var Pers_whitelist_dialog = {
 		} 	
 		this.root_prefs.setCharPref("perspectives.whitelist",whitelist);
 		window.opener.Perspectives.forceStatusUpdate(window.opener); 
-		} catch(e) { alert("confirm_add: " + e); } 
+		} catch(e) { Pers_util.pers_alert("confirm_add: " + e); }
 	}, 
 
 	is_ip_address: function(host) { 

-- 
perspectives-extension



More information about the Pkg-mozext-commits mailing list