[tor-commits] [tor-messenger-build/master] Update patch to remove links from the updater (closes #20032)

sukhbir at torproject.org sukhbir at torproject.org
Wed Aug 31 21:22:40 UTC 2016


commit 1162c614b7ec0e21a49cc6754a35d0dc1e3dec5a
Author: Sukhbir Singh <sukhbir at torproject.org>
Date:   Wed Aug 31 17:22:30 2016 -0400

    Update patch to remove links from the updater (closes #20032)
---
 projects/instantbird/updater-remove-links.mozpatch | 32 ++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/projects/instantbird/updater-remove-links.mozpatch b/projects/instantbird/updater-remove-links.mozpatch
index 9832a3f..144d144 100644
--- a/projects/instantbird/updater-remove-links.mozpatch
+++ b/projects/instantbird/updater-remove-links.mozpatch
@@ -23,3 +23,35 @@ diff --git a/toolkit/mozapps/update/content/updates.xul b/toolkit/mozapps/update
          </hbox>
        </vbox>
      </vbox>
+@@ -205,8 +204,7 @@
+       <separator/>
+       <label id="errorManual">&errorManual.label;</label>
+       <hbox>
+-        <label class="text-link" id="errorLinkLabel" value=""
+-               onclick="openUpdateURL(event);"/>
++        <label id="errorLinkLabel" value="" />
+       </hbox>
+     </vbox>
+   </wizardpage>
+@@ -223,8 +221,8 @@
+       <label id="genericBackgroundErrorLabel"
+              hidden="true">&genericBackgroundError.label;</label>
+       <hbox>
+-        <label id="errorExtraLinkLabel" class="text-link" hidden="true"
+-               value="" onclick="openUpdateURL(event);"/>
++        <label id="errorExtraLinkLabel" hidden="true"
++               value="" />
+       </hbox>
+     </vbox>
+   </wizardpage>
+@@ -257,8 +255,8 @@
+       <hbox align="center">
+         <label>&finishedBackground.name;</label>
+         <label id="updateFinishedName" flex="1" crop="right" value=""/>
+-        <label id="finishedBackgroundLink" class="text-link" disabled="true"
+-               value="&details.link;" onclick="openUpdateURL(event);"/>
++        <label id="finishedBackgroundLink" disabled="true"
++               value="&details.link;" />
+       </hbox>
+       <spacer flex="1"/>
+       <label id="finishedBackgroundMore">&finishedBackground.more;</label>



More information about the tor-commits mailing list