summaryrefslogtreecommitdiffabout
authorMichael Krelin <hacker@klever.net>2006-10-03 19:16:30 (UTC)
committer Michael Krelin <hacker@klever.net>2006-10-03 19:16:30 (UTC)
commit724925d42f5d9bca89bd61ca20be6a2ece663213 (patch) (side-by-side diff)
tree8ee0ab87d82017a6dd270c9ef32b2ac0f40d3eb3
parent31fb78eac7c5799be1fb4547f3abab17ed88727f (diff)
downloadfireflix-724925d42f5d9bca89bd61ca20be6a2ece663213.zip
fireflix-724925d42f5d9bca89bd61ca20be6a2ece663213.tar.gz
fireflix-724925d42f5d9bca89bd61ca20be6a2ece663213.tar.bz2
double click preview photo opens it in flckr
git-svn-id: http://svn.klever.net/kin/fireflix/trunk@183 fe716a7a-6dde-0310-88d9-d003556173a8
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--content/fireflix-panel.xul3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/fireflix-panel.xul b/content/fireflix-panel.xul
index bf6df73..4a5ca36 100644
--- a/content/fireflix-panel.xul
+++ b/content/fireflix-panel.xul
@@ -135,49 +135,50 @@
<spacer flex="1"/>
<button command="cmd_search"/>
</hbox>
</groupbox>
<hbox>
<button command="cmd_search_prev_page"/>
<spacer flex="1"/>
<label id="search_page" hidden="true"/>
<spacer flex="1"/>
<button command="cmd_search_next_page"/>
</hbox>
<tree id="searchresults" rows="2" flex="1"
onselect="fireflix.foundphotos.on_select()"
ondblclick="fireflix.foundphotos.on_cmd_open(event)"
onkeypress="if(event.keyCode==event.DOM_VK_RETURN)
fireflix.foundphotos.on_cmd_open(event)">
<treecols>
<treecol id="sr_title" label="&panel.search.col.title.label;" flex="2" crop="end" align="start" />
</treecols>
<treechildren/>
</tree>
<groupbox id="searchresult_props" orient="horizontal" hidden="true">
<vbox width="100" pack="center">
<hbox pack="center">
- <image id="search_photo"/>
+ <image id="search_photo"
+ ondblclick="fireflix.foundphotos.on_cmd_open(event)"/>
</hbox>
</vbox>
<vbox flex="1">
<label id="searchresult_title" crop="end"/>
<hbox flex="1" pack="center">
<div flex="1" id="searchresult_description" xmlns="http://www.w3.org/1999/xhtml"/>
</hbox>
<hbox pack="end">
<button command="cmd_search_open"/>
</hbox>
</vbox>
</groupbox>
</vbox>
</tabpanel>
<tabpanel id="tabpanel_sets" flex="1"
onkeypress="if(event.keyCode==event.DOM_VK_RETURN)
document.getElementById('setphotos').focus()">
<vbox flex="1">
<tree id="setslist" rows="2" onselect="fireflix.photosets.on_select()"
flex="1" context="sets_menu"
>
<treecols>
<treecol id="sl_name" label="&panel.sets.name.label;" flex="4" crop="end" align="start" tooltiptext="&panel.sets.name.tip;"/>