# HG changeset patch
# User t_mrc-ct@users.sourceforge.jp
# Date 1403431965 -32400
# Branch GECKO3110_2014082819_RELBRANCH
# Node ID 72eba979a0824390cb2d004d35c561836ceb00ea
# Parent  d19d8b54c19483a86e7f0bfa737077ae1dadb94a
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");
