[kune-commits] r905 - trunk/src/main/java/org/ourproject/kune/workspace/client/skel

vjrj vjrj at ourproject.org
Mon Oct 13 19:01:23 CEST 2008


Author: vjrj
Date: 2008-10-13 19:01:21 +0200 (Mon, 13 Oct 2008)
New Revision: 905

Modified:
   trunk/src/main/java/org/ourproject/kune/workspace/client/skel/EntitySummary.java
Log:
Incomplete - taskHosted mode default border layout problems 


Modified: trunk/src/main/java/org/ourproject/kune/workspace/client/skel/EntitySummary.java
===================================================================
--- trunk/src/main/java/org/ourproject/kune/workspace/client/skel/EntitySummary.java	2008-10-13 16:43:36 UTC (rev 904)
+++ trunk/src/main/java/org/ourproject/kune/workspace/client/skel/EntitySummary.java	2008-10-13 17:01:21 UTC (rev 905)
@@ -1,8 +1,5 @@
 package org.ourproject.kune.workspace.client.skel;
 
-import org.ourproject.kune.workspace.client.site.Site;
-
-import com.allen_sauer.gwt.log.client.Log;
 import com.google.gwt.user.client.ui.Widget;
 import com.gwtext.client.widgets.Component;
 import com.gwtext.client.widgets.Panel;
@@ -80,9 +77,7 @@
             @Override
             public void onHide(Component component) {
                 super.onHide(component);
-                Site.info("Hide summary component");
                 if (accordionLayout.getActiveItem() != null && accordionLayout.getActiveItem().isHidden()) {
-                    Log.info("No active component");
                     Component firstComponent = entitySummary.getComponent(0);
                     if (firstComponent != null) {
                         ((Panel) firstComponent).expand(true);




More information about the kune-commits mailing list