diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2016-12-12 16:10:28 +0100 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2016-12-12 16:10:28 +0100 |
commit | 65748165e17205fea773b54578d2998202cac668 (patch) | |
tree | caca522f16e6e85be76490a0f1576fcce102eef9 /toolkit/content | |
parent | 5883caac1e9a591974dd2786faca03a109e56384 (diff) | |
download | palemoon-gre-65748165e17205fea773b54578d2998202cac668.tar.gz |
[regression] Minor fix: Only list the updater's update history in about:support if it's actually built
Diffstat (limited to 'toolkit/content')
-rw-r--r-- | toolkit/content/aboutSupport.xhtml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toolkit/content/aboutSupport.xhtml b/toolkit/content/aboutSupport.xhtml index b143b5405..4acc89569 100644 --- a/toolkit/content/aboutSupport.xhtml +++ b/toolkit/content/aboutSupport.xhtml @@ -97,6 +97,7 @@ </tr> #ifndef ANDROID +#ifdef MOZ_UPDATER <tr class="no-copy"> <th class="column"> &aboutSupport.appBasicsUpdateHistory; @@ -109,6 +110,7 @@ </td> </tr> #endif +#endif #ifdef MOZ_UPDATER <tr> |