[tor-commits] [tor-messenger-build/master] Fix another typo in XMPP in-band registration
sukhbir at torproject.org
sukhbir at torproject.org
Wed Sep 30 13:06:24 UTC 2015
commit 4cc6e89c13779c92d11869c0a7ab4a588586e8ea
Author: Sukhbir Singh <sukhbir at 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 @@
More information about the tor-commits
mailing list