# HG changeset patch
# User t_mrc-ct@users.sourceforge.jp
# Date 1403431965 -32400
# Branch GECKO310b2_2014070404_RELBRANCH
# Node ID 20964cf17fcf90bdaf845474ca32e91f1eec5f0c
# Parent  775adac77f386e45091dfc332667144756c6abcc
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");
