You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by mt...@apache.org on 2004/09/05 09:55:00 UTC

cvs commit: jakarta-commons/daemon/src/native/nt/procrun/apps/prunmgr prunmgr.c

mturk       2004/09/05 00:55:00

  Modified:    daemon/src/native/nt/procrun/apps/prunmgr prunmgr.c
  Log:
  Display taskbar entry if not started from try.
  
  Revision  Changes    Path
  1.4       +1 -1      jakarta-commons/daemon/src/native/nt/procrun/apps/prunmgr/prunmgr.c
  
  Index: prunmgr.c
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/daemon/src/native/nt/procrun/apps/prunmgr/prunmgr.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- prunmgr.c	25 Jun 2004 10:25:28 -0000	1.3
  +++ prunmgr.c	5 Sep 2004 07:55:00 -0000	1.4
  @@ -1414,7 +1414,7 @@
   
       psH.dwSize           = sizeof(PROPSHEETHEADER);
       psH.dwFlags          = PSH_PROPSHEETPAGE | PSH_USEICONID | PSH_USECALLBACK | PSH_NOCONTEXTHELP;
  -    psH.hwndParent       = hWnd;
  +    psH.hwndParent       = bEnableTry ? hWnd : NULL;
       psH.hInstance        = _gui_store->hInstance;
       psH.pszIcon          = MAKEINTRESOURCEW(IDI_MAINICON);
       psH.pszCaption       = szT;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org