[tor-commits] [tor-messenger-build/master] Make the XMPP registration window resizable

sukhbir at torproject.org sukhbir at torproject.org
Tue Jul 14 20:06:09 UTC 2015


commit 2a02cfd36d90fab30509f338b03dd657d901d13f
Author: Sukhbir Singh <sukhbir at torproject.org>
Date:   Tue Jul 14 16:06:01 2015 -0400

    Make the XMPP registration window resizable
---
 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 3ec5297..f1b57ae 100644
--- a/projects/instantbird/xmpp-inband-registration.patch
+++ b/projects/instantbird/xmpp-inband-registration.patch
@@ -124,7 +124,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=no,minimizable=no", registerStanza);
++                                "centerscreen,chrome,modal,resizable=yes,minimizable=no", registerStanza);
 +      } else {
 +        this.onError(null, _("connection.error.noRegistrationSupport"));
 +        return;



More information about the tor-commits mailing list