summaryrefslogtreecommitdiff
path: root/plugins/PluginUpdater/src/Notifications.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-08-08 14:18:12 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-08-08 14:18:12 +0000
commitb073e215612eda97d9182bc951bf01058585b910 (patch)
treeb738b31496c27223e2343c1d36a5434f54ef29a9 /plugins/PluginUpdater/src/Notifications.cpp
parent7098878c15e41955369620fe2844a133aef4b4ef (diff)
- temp folder auto-cleanup;
- manual cleanup removed git-svn-id: http://svn.miranda-ng.org/main/trunk@1403 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/PluginUpdater/src/Notifications.cpp')
-rw-r--r--plugins/PluginUpdater/src/Notifications.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/PluginUpdater/src/Notifications.cpp b/plugins/PluginUpdater/src/Notifications.cpp
index 8d0a2937c2..63d95d7892 100644
--- a/plugins/PluginUpdater/src/Notifications.cpp
+++ b/plugins/PluginUpdater/src/Notifications.cpp
@@ -284,6 +284,7 @@ static void ApplyUpdates(void* param)
DeleteFile(p.File.tszDiskPath);
}
+ DBWriteContactSettingByte(NULL, MODULEA, "RestartCount", 2);
DestroyWindow(hDlg);
CallFunctionAsync(RestartMe, 0);
}