From 53489c0eaa0bd8e2bdf400c23aaed703f7c4d72f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 14 Jun 2011 15:49:18 -0600 Subject: [PATCH] ... --- src/calibre/gui2/update.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/calibre/gui2/update.py b/src/calibre/gui2/update.py index c62691f91e..2696b855b7 100644 --- a/src/calibre/gui2/update.py +++ b/src/calibre/gui2/update.py @@ -159,8 +159,7 @@ class UpdateMixin(object): self.status_bar.update_label.setText(msg) self.status_bar.update_label.setVisible(True) - if has_plugin_updates: - self.plugin_update_found(plugin_updates) + self.plugin_update_found(plugin_updates) if has_calibre_update: if (force or (config.get('new_version_notification') and