commit 62c34bd6d4f27cda8ca11e559f37340f8432d3c8 Author: Sukhbir Singh sukhbir@torproject.org Date: Wed Aug 31 22:46:55 2016 -0400
Hide redundant label in the updater window --- projects/instantbird/updater-remove-links.mozpatch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/projects/instantbird/updater-remove-links.mozpatch b/projects/instantbird/updater-remove-links.mozpatch index 144d144..95f20a7 100644 --- a/projects/instantbird/updater-remove-links.mozpatch +++ b/projects/instantbird/updater-remove-links.mozpatch @@ -50,7 +50,7 @@ diff --git a/toolkit/mozapps/update/content/updates.xul b/toolkit/mozapps/update <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" ++ <label id="finishedBackgroundLink" hidden="true" disabled="true" + value="&details.link;" /> </hbox> <spacer flex="1"/>
tor-commits@lists.torproject.org