Fix bug 350676 - open new task dialog when click to sort task. r=decathlon
This commit is contained in:
Родитель
e2cf0d7cf9
Коммит
c01bfa52a5
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче