author | Michael Krelin <hacker@klever.net> | 2006-10-03 19:16:30 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2006-10-03 19:16:30 (UTC) |
commit | 724925d42f5d9bca89bd61ca20be6a2ece663213 (patch) (unidiff) | |
tree | 8ee0ab87d82017a6dd270c9ef32b2ac0f40d3eb3 /content | |
parent | 31fb78eac7c5799be1fb4547f3abab17ed88727f (diff) | |
download | fireflix-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
-rw-r--r-- | content/fireflix-panel.xul | 3 |
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 | |||
@@ -155,9 +155,10 @@ | |||
155 | </tree> | 155 | </tree> |
156 | <groupbox id="searchresult_props" orient="horizontal" hidden="true"> | 156 | <groupbox id="searchresult_props" orient="horizontal" hidden="true"> |
157 | <vbox width="100" pack="center"> | 157 | <vbox width="100" pack="center"> |
158 | <hbox pack="center"> | 158 | <hbox pack="center"> |
159 | <image id="search_photo"/> | 159 | <image id="search_photo" |
160 | ondblclick="fireflix.foundphotos.on_cmd_open(event)"/> | ||
160 | </hbox> | 161 | </hbox> |
161 | </vbox> | 162 | </vbox> |
162 | <vbox flex="1"> | 163 | <vbox flex="1"> |
163 | <label id="searchresult_title" crop="end"/> | 164 | <label id="searchresult_title" crop="end"/> |