commit 4cc6e89c13779c92d11869c0a7ab4a588586e8ea Author: Sukhbir Singh sukhbir@torproject.org Date: Wed Sep 30 09:06:20 2015 -0400
Fix another typo in XMPP in-band registration --- projects/instantbird/xmpp-inband-registration.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/projects/instantbird/xmpp-inband-registration.patch b/projects/instantbird/xmpp-inband-registration.patch index 8ca5639..b669c21 100644 --- a/projects/instantbird/xmpp-inband-registration.patch +++ b/projects/instantbird/xmpp-inband-registration.patch @@ -29,7 +29,7 @@ diff --git a/chat/protocols/xmpp/xmpp-session.jsm b/chat/protocols/xmpp/xmpp-ses
+const registerWindow = "chrome://instantbird/content/xmppRegister.xul"; + - XPCOMUtils.defineLazyGetter(this, "_", function() => + XPCOMUtils.defineLazyGetter(this, "_", function() l10nHelper("chrome://chat/locale/xmpp.properties") ); @@ -68,6 +70,7 @@
tor-commits@lists.torproject.org