summaryrefslogtreecommitdiffabout
path: root/content/fireflix-panel.xul
Side-by-side diff
Diffstat (limited to 'content/fireflix-panel.xul') (more/less context) (ignore whitespace changes)
-rw-r--r--content/fireflix-panel.xul9
1 files changed, 5 insertions, 4 deletions
diff --git a/content/fireflix-panel.xul b/content/fireflix-panel.xul
index 2356c82..b2ca7dc 100644
--- a/content/fireflix-panel.xul
+++ b/content/fireflix-panel.xul
@@ -154,4 +154,3 @@
ondblclick="fireflix.foundphotos.on_cmd_open(event)"
- onkeypress="if(event.keyCode==event.DOM_VK_RETURN)
- fireflix.foundphotos.on_cmd_open(event)">
+ onkeypress="if(event.keyCode==event.DOM_VK_RETURN) fireflix.foundphotos.on_cmd_open(event)">
<treecols>
@@ -200,3 +199,4 @@
<tree id="setphotos" rows="2" onselect="fireflix.photoset.on_select()"
- flex="1">
+ flex="1" ondblclick="fireflix.photoset.on_cmd_open(event)"
+ onkeypress="if(event.keyCode==event.DOM_VK_RETURN) fireflix.photoset.on_cmd_open(event)">
<treecols>
@@ -212,3 +212,4 @@
<hbox pack="center">
- <image id="set_photo" hidden="true"/>
+ <image id="set_photo" hidden="true"
+ ondblclick="fireflix.photoset.on_cmd_open(event)" />
</hbox>