From 7775c5086d72c9adbdbdb41e23202d23358848e3 Mon Sep 17 00:00:00 2001 From: Costantino Perciante Date: Wed, 27 Jan 2016 08:00:37 +0000 Subject: [PATCH] Bug fix git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/user-statistics@122536 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../user/userstatisticsportlet/client/StatisticsPanel.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/org/gcube/portlet/user/userstatisticsportlet/client/StatisticsPanel.java b/src/main/java/org/gcube/portlet/user/userstatisticsportlet/client/StatisticsPanel.java index ea1db88..87e50b4 100644 --- a/src/main/java/org/gcube/portlet/user/userstatisticsportlet/client/StatisticsPanel.java +++ b/src/main/java/org/gcube/portlet/user/userstatisticsportlet/client/StatisticsPanel.java @@ -590,9 +590,9 @@ public class StatisticsPanel extends Composite { GWT.log("Increment number of comments received"); numberOfCommentsGot ++; - + String urlCommentsIcon = GWT.getModuleBaseURL() + "../images/comment_edit.png"; - + if(isRoot) content.setComments( urlCommentsIcon, @@ -629,7 +629,7 @@ public class StatisticsPanel extends Composite { GWT.log("Decrement number of comments received"); numberOfCommentsGot --; - + String urlCommentsIcon = GWT.getModuleBaseURL() + "../images/comment_edit.png"; if(isRoot) content.setComments(