Revision 10393

View differences:

trunk/libraries/libCorePlugin/src/com/iver/core/mdiManager/NewSkin.java
571 571
     *            The IWindow which has to be notified.
572 572
     */
573 573
    private void callWindowActivated(IWindow window) {
574
        logger.debug("View '" + window.getWindowInfo().getTitle()
575
                + "' activated (callViewActivated)");
574
//        logger.debug("View '" + window.getWindowInfo().getTitle()
575
//               + "' activated (callViewActivated)");
576 576
        if (window instanceof IWindowListener) {
577 577
            ((IWindowListener) window).windowActivated();
578 578
        }

Also available in: Unified diff