ItEr30S05RFComportamentoGraficoPlanificadorItEr23S12: Changed event to raise taskdetails popup from onDoubleClick to onClick

This commit is contained in:
Lorenzo Tilve 2009-10-15 01:40:53 +02:00 committed by Javier Moran Rua
parent 0d88a38fe6
commit 46b3198346

View file

@ -195,7 +195,7 @@ public class TaskList extends XulElement implements AfterCompose {
final TaskComponent taskComponent) {
if (editTaskCommand == null)
return;
taskComponent.addEventListener("onDoubleClick", new EventListener() {
taskComponent.addEventListener("onClick", new EventListener() {
@Override
public void onEvent(Event event) throws Exception {