# HG changeset patch
# User t_mrc-ct@users.sourceforge.jp
# Date 1403431965 -32400
# Branch GECKO3111_2014090813_RELBRANCH
# Node ID b0d363e4352ffe1c2d40369049a182ead8b59501
# Parent  66274524131d75890cf227cebf7aa84332b0f312
update dialog trigger

diff --git a/mail/base/content/aboutDialog.js b/mail/base/content/aboutDialog.js
--- a/mail/base/content/aboutDialog.js
+++ b/mail/base/content/aboutDialog.js
@@ -355,17 +355,18 @@
 
       if (!gAppUpdater.aus.canApplyUpdates) {
         gAppUpdater.selectPanel("manualUpdate");
         return;
       }
 
       // Thunderbird no longer displays a license for updates and the licenseURL
       // check is just in case a distibution does.
-      if (gAppUpdater.update.billboardURL || gAppUpdater.update.licenseURL) {
+      if (gAppUpdater.update.billboardURL || gAppUpdater.update.licenseURL ||
+          gAppUpdater.update.selectedPatch == null) {
         gAppUpdater.selectPanel("applyBillboard");
         return;
       }
 
       if (gAppUpdater.updateAuto) // automatically download and install
         gAppUpdater.doUpdate();
       else // ask
         gAppUpdater.selectPanel("downloadAndInstall");
