Bug 953498 - Add double click functionality in the account manager. Patch from Bryce Verdier <bryceverdier@gmail.com>, r=florian
This commit is contained in:
Родитель
00bbb59c86
Коммит
dee60a1f64
|
@ -218,5 +218,13 @@
|
|||
</property>
|
||||
|
||||
</implementation>
|
||||
<handlers>
|
||||
<handler event="dblclick">
|
||||
<![CDATA[
|
||||
gAccountManager.edit();
|
||||
event.stopPropagation();
|
||||
]]>
|
||||
</handler>
|
||||
</handlers>
|
||||
</binding>
|
||||
</bindings>
|
||||
|
|
|
@ -66,13 +66,13 @@
|
|||
<key id="key_close2" keycode="VK_ESCAPE" command="cmd_close"/>
|
||||
</keyset>
|
||||
|
||||
<richlistbox id="accountlist" flex="1"/>
|
||||
<richlistbox id="accountlist" flex="1" ondblclick="gAccountManager.new()"/>
|
||||
<hbox id="bottombuttons">
|
||||
<button id="newaccount" oncommand="gAccountManager.new()"
|
||||
label="&accountManager.newAccount.label;"
|
||||
accesskey="&accountManager.newAccount.accesskey;"/>
|
||||
<spacer flex="1"/>
|
||||
<button id="close" oncommand="gAccountManager.close()"
|
||||
<button id="close" command="cmd_close"
|
||||
label="&accountManager.close.label;"
|
||||
accesskey="&accountManager.close.accesskey;"/>
|
||||
</hbox>
|
||||
|
|
Загрузка…
Ссылка в новой задаче