[Fedora-directory-commits] console/src/com/netscape/management/client/console Console.java, 1.11, 1.12

Noriko Hosoi (nhosoi) fedora-directory-commits at redhat.com
Fri Dec 7 20:44:40 UTC 2007


Author: nhosoi

Update of /cvs/dirsec/console/src/com/netscape/management/client/console
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16262

Modified Files:
	Console.java 
Log Message:
Resolves: #192022
Summary: Admin Server fails to bring up Config DS (Comment #8)
Description: _splashScreen.toFront(); was called before displaying the
dialog, which caused the dialog hidden behind the splash screen.  By removing
the toFront line, we can see the dialog. 



Index: Console.java
===================================================================
RCS file: /cvs/dirsec/console/src/com/netscape/management/client/console/Console.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- Console.java	26 Jul 2007 23:08:48 -0000	1.11
+++ Console.java	7 Dec 2007 20:44:38 -0000	1.12
@@ -1314,7 +1314,6 @@
             rd.showModal();
             if (rd.isCancel())
                 System.exit(0);
-            _splashScreen.toFront();
 
             if (!restartDirectoryServer(rd.getUsername(),
                     rd.getPassword(), rd.getURL())) {




More information about the Fedora-directory-commits mailing list