commit 3561b7e3fa009554125b04bfff7dbcdc379544a5 Author: Sukhbir Singh sukhbir@torproject.org Date: Tue Jun 30 11:01:55 2015 -0400
Fix typo in xmpp-inband-registration.patch --- projects/instantbird/xmpp-inband-registration.patch | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/projects/instantbird/xmpp-inband-registration.patch b/projects/instantbird/xmpp-inband-registration.patch index d8feebb..94084ec 100644 --- a/projects/instantbird/xmpp-inband-registration.patch +++ b/projects/instantbird/xmpp-inband-registration.patch @@ -80,7 +80,7 @@ diff --git a/chat/protocols/xmpp/xmpp-session.jsm b/chat/protocols/xmpp/xmpp-ses return; let now = Date.now(); if (aJustSentSomething) -@@ -265,28 +268,98 @@ XMPPSession.prototype = { +@@ -265,28 +268,97 @@ XMPPSession.prototype = { _("connection.error.startTLSNotSupported")); return; } @@ -119,8 +119,7 @@ diff --git a/chat/protocols/xmpp/xmpp-session.jsm b/chat/protocols/xmpp/xmpp-ses + let ww = Cc["@mozilla.org/embedcomp/window-watcher;1"] + .getService(Ci.nsIWindowWatcher); + let win = ww.openWindow(null, registerWindow, "", -+ "centerscreen,chrome,modal, -+ resizable=yes,minimizable=no", registerStanza); ++ "centerscreen,chrome,modal,resizable=yes,minimizable=no", registerStanza); + } else { + this.onError(null, _("connection.error.noRegistrationSupport")); + }
tor-commits@lists.torproject.org