]> git.sur5r.net Git - bacula/bacula/commitdiff
- A number of minor Win32 fixes.
authorKern Sibbald <kern@sibbald.com>
Fri, 19 Aug 2005 16:50:35 +0000 (16:50 +0000)
committerKern Sibbald <kern@sibbald.com>
Fri, 19 Aug 2005 16:50:35 +0000 (16:50 +0000)
- Remove a PostQuitMessage() as suggested by Thorsten so that
  BartPE restore can work correctly.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2343 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/kes-1.37
bacula/src/filed/win32/wintray.cpp

index 06636f4a99efac0e62d1dca06a2edb6a7073dfe5..ec30acd3b1469dad5fa323f878be7b8c06eae47f 100644 (file)
@@ -5,6 +5,9 @@ General:
 
 Changes to 1.37.36:
 19Aug05
+- A number of minor Win32 fixes.
+- Remove a PostQuitMessage() as suggested by Thorsten so that
+  BartPE restore can work correctly.
 - Fix for create JobMedia so that VolIndex remains valid even
   during a delete Job or pruning -- bug 402.
 - Minor tweak for Win32 build.
index 3105220eed8cbc994c8c39830ee164fe116602ca..3a5518de106bb46c83e4f0db6eed40fe41746c75 100755 (executable)
@@ -201,7 +201,9 @@ bacMenu::SendTrayMsg(DWORD msg, int bacstat)
          if (msg == NIM_ADD) {
             // The tray icon couldn't be created, so use the Properties dialog
             // as the main program window
-            PostQuitMessage(0);
+         // removed because it causes quit when not running as a
+         // service in use with BartPe.
+         // PostQuitMessage(0);
          }
       }
    }