]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - eclipse/plugins/org.argeo.slc.client.rcp/src/main/java/org/argeo/slc/client/rcp/SlcSecureWorkbenchWindowAdvisor.java
Don't start hidden
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.client.rcp / src / main / java / org / argeo / slc / client / rcp / SlcSecureWorkbenchWindowAdvisor.java
index e4c139bd9f4a8135dc7cabc0db5a5681aa2c5d5a..8f3913f88943b880e3c6011d7e9052c693a904df 100644 (file)
@@ -64,13 +64,6 @@ public class SlcSecureWorkbenchWindowAdvisor extends
                                        }
 
                                });
-
-               // start hidden if in tray
-               String inTray = System.getProperty(IN_TRAY_PROPERTY);
-               if (inTray != null && inTray.equals("true")) {
-                       Shell shell = getWindowConfigurer().getWindow().getShell();
-                       shell.setVisible(false);
-               }
                super.preWindowOpen();
        }