diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-05-21 02:14:42 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-05-21 02:14:42 +0000 |
commit | bc008612f7e63b5528dc9eba2467515b921b03bb (patch) | |
tree | 83a2109a3d41b92a4a20fdfc3b07f6f6ff0782ae /updater/services.cpp | |
parent | dcc550972476817bd4d706700160c49dad145b54 (diff) |
Fixed restart with folders plugin
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@519 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'updater/services.cpp')
-rw-r--r-- | updater/services.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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
|