git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace@76417 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
f57b8b133b
commit
4a0d1754d7
|
@ -107,5 +107,7 @@ public class GxtToolBarItemAccounting extends ToolBar{
|
||||||
bRead.setIcon(Resources.getIconRead());
|
bRead.setIcon(Resources.getIconRead());
|
||||||
else
|
else
|
||||||
bRead.setIcon(Resources.getIconNotRead());
|
bRead.setIcon(Resources.getIconNotRead());
|
||||||
|
|
||||||
|
bRead.setEnabled(markAsRead);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue