Fix bug 350676 - open new task dialog when click to sort task. r=decathlon

This commit is contained in:
Philipp Kewisch 2014-03-01 17:58:38 +01:00
Родитель e2cf0d7cf9
Коммит c01bfa52a5
1 изменённых файлов: 1 добавлений и 4 удалений

Просмотреть файл

@ -108,7 +108,7 @@
label="&calendar.unifinder.tree.calendarname.label;"
tooltiptext="&calendar.unifinder.tree.calendarname.tooltip;"/>
</xul:treecols>
<xul:treechildren tooltip="taskTreeTooltip"/>
<xul:treechildren tooltip="taskTreeTooltip" ondblclick="mTreeView.onDoubleClick(event)"/>
</xul:tree>
</content>
@ -1119,9 +1119,6 @@
calendarController.onSelectionChanged({detail:this.selectedTasks});
}
]]></handler>
<handler event="dblclick" button="0"><![CDATA[
this.mTreeView.onDoubleClick(event);
]]></handler>
<handler event="focus"><![CDATA[
this.updateFocus();
]]></handler>