# HG changeset patch
# User t_mrc-ct@users.sourceforge.jp
# Date 1403431965 -32400
#      Sun Jun 22 19:12:45 2014 +0900
# Branch GECKO3820_2015081310_RELBRANCH
# Node ID 6fb85d10f6d1b13e04b72538eb1ade8f9f08cf55
# Parent  8835bdf03d4eb8e5824b887cf7a376bbb9781cdf
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
@@ -376,17 +376,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");
