[tor-commits] [tor-messenger-build/master] Add patch for hiding 'Get more protocols...' link
sukhbir at torproject.org
sukhbir at torproject.org
Wed Oct 14 03:13:37 UTC 2015
commit 1fc664326ebf47237a087f2660b3ab68622b2c7e
Author: Sukhbir Singh <sukhbir at torproject.org>
Date: Tue Oct 13 23:13:26 2015 -0400
Add patch for hiding 'Get more protocols...' link
---
projects/instantbird/config | 1 +
projects/instantbird/hide-get-protocols.patch | 12 ++++++++++++
2 files changed, 13 insertions(+)
diff --git a/projects/instantbird/config b/projects/instantbird/config
index 7eae10e..6b45a42 100644
--- a/projects/instantbird/config
+++ b/projects/instantbird/config
@@ -74,6 +74,7 @@ input_files:
- filename: disable-links.patch
- filename: account-picture.patch
- filename: show-traffic-tor.patch
+ - filename: hide-get-protocols.patch
- filename: theme-extension-update.patch
- filename: ctcp-time.patch
- filename: ctcp-ping.patch
diff --git a/projects/instantbird/hide-get-protocols.patch b/projects/instantbird/hide-get-protocols.patch
new file mode 100644
index 0000000..0a06be1
--- /dev/null
+++ b/projects/instantbird/hide-get-protocols.patch
@@ -0,0 +1,12 @@
+diff --git a/im/content/accountWizard.xul b/im/content/accountWizard.xul
+--- a/im/content/accountWizard.xul
++++ b/im/content/accountWizard.xul
+@@ -50,7 +50,7 @@
+ <listbox flex="1" id="protolist"
+ ondblclick="document.getElementById('accountWizard').advance();"/>
+ <hbox pack="end">
+- <label id="getMoreProtocols" class="text-link" value="&accountProtocolGetMore.label;"
++ <label id="getMoreProtocols" class="text-link" value=""
+ onclick="if (event.button == 0) { accountWizard.openURL(this.getAttribute('getMoreURL')); }"/>
+ </hbox>
+ </wizardpage>
More information about the tor-commits
mailing list