diff options
author | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-07-21 03:56:06 +0000 |
---|---|---|
committer | sje <sje@4f64403b-2f21-0410-a795-97e2b3489a10> | 2007-07-21 03:56:06 +0000 |
commit | 56e3be2de31fb7c0d41c04e162677b7b16c73df0 (patch) | |
tree | 4dc1ee12cdce105584c718737b2d85fe6f06ff87 /updater/updater.cpp | |
parent | 611b2214fdc807ee6bae14dcdc5130cfe2c25907 (diff) |
remove extraineous 'restore status' call in modules loaded (thx borkra)
remove check for network (not reliable on some systems)
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@300 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'updater/updater.cpp')
-rw-r--r-- | updater/updater.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/updater/updater.cpp b/updater/updater.cpp index 4675dc1..aa7aabe 100644 --- a/updater/updater.cpp +++ b/updater/updater.cpp @@ -87,9 +87,12 @@ HANDLE hEventIdleChanged; int ModulesLoaded(WPARAM wParam, LPARAM lParam) {
LoadOptions();
+ /*
+ // done by DoStartupProcess in second 'services' modules loaded hook...i hope :)
if(!options.check_on_startup) {
RestoreStatus();
}
+ */
/*{
char buff[265];
|