From bc008612f7e63b5528dc9eba2467515b921b03bb Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> Date: Fri, 21 May 2010 02:14:42 +0000 Subject: Fixed restart with folders plugin git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@519 4f64403b-2f21-0410-a795-97e2b3489a10 --- updater/services.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'updater/services.cpp') diff --git a/updater/services.cpp b/updater/services.cpp index 62e88b9..6ce12d6 100644 --- a/updater/services.cpp +++ b/updater/services.cpp @@ -309,7 +309,7 @@ void CheckForUpdatesWorker(void *param) { } bool dll_enabled_or_langpack = DownloadUpdates(todo, &fn_map, confirm ? false : options.auto_dll_only); - if(todo.getCount() && !no_install) { + if (todo.getCount() && !no_install) { if(!conf_all || DialogBox(hInst, MAKEINTRESOURCE(IDD_CONFIRMCOMPONENTS), GetDesktopWindow(), DlgProcConfirmComponents) == IDOK) { if(!dll_enabled_or_langpack && restart) { // we're not doing an 'update and shutdown', and we're not updating any active dlls...so just install -- cgit v1.2.3