From 2e13624b7cf4e8ef8a0dfdb49ce5407e59f7df01 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Tue, 27 May 2014 11:41:05 +0000 Subject: always show popup about update in silent mode git-svn-id: http://svn.miranda-ng.org/main/trunk@9321 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/PluginUpdater/src/DlgUpdate.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins/PluginUpdater') diff --git a/plugins/PluginUpdater/src/DlgUpdate.cpp b/plugins/PluginUpdater/src/DlgUpdate.cpp index d17ad56306..9e8c2338e1 100644 --- a/plugins/PluginUpdater/src/DlgUpdate.cpp +++ b/plugins/PluginUpdater/src/DlgUpdate.cpp @@ -422,8 +422,7 @@ static void DlgUpdateSilent(void *lParam) db_set_b(NULL, MODNAME, "RestartCount", 5); db_set_b(NULL, MODNAME, "NeedRestart", 1); - if (!opts.bSilent) - ShowPopup(0, LPGENT("Plugin Updater"), LPGENT("You need restart your Miranda to apply installed updates"), 2, 0, 1); + ShowPopup(0, LPGENT("Plugin Updater"), LPGENT("You need restart your Miranda to apply installed updates"), 2, 0, 1); } } -- cgit v1.2.3