# HG changeset patch
# User t_mrc-ct@users.sourceforge.jp
# Date 1403431965 -32400
# Branch GECKO3130_2014112716_RELBRANCH
# Node ID 1614b1e479ff07db4eeffaec24d3257acfd5def6
# Parent  12dc6c9837a39429d644c7a41723147b4253d27e
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");
