ItEr30S05RFComportamentoGraficoPlanificadorItEr23S12: Undo raise taskdetails popup with simple onClick event as it caused effects on dependecies usage

This commit is contained in:
Lorenzo Tilve 2009-10-16 01:09:57 +02:00 committed by Óscar González Fernández
parent 09b346571e
commit b9008e6bec

View file

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