[tor-commits] [tor-messenger-build/master] Fix typo in XMPP in-band patch

sukhbir at torproject.org sukhbir at torproject.org
Wed Sep 30 12:54:09 UTC 2015


commit 709c219c525afe9c5cee2b5e9012ebb4be389e77
Author: Sukhbir Singh <sukhbir at torproject.org>
Date:   Wed Sep 30 08:54:04 2015 -0400

    Fix typo in XMPP in-band patch
---
 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 91b5e84..8ca5639 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, "_", () =>
+ XPCOMUtils.defineLazyGetter(this, "_", function() =>
    l10nHelper("chrome://chat/locale/xmpp.properties")
  );
 @@ -68,6 +70,7 @@



More information about the tor-commits mailing list