projects
/
booh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
734211b
)
fix "End" key on not visible end items
author
Guillaume Cottenceau
<gcottenc@gmail.com>
Fri, 23 Apr 2010 20:53:34 +0000
(22:53 +0200)
committer
Guillaume Cottenceau
<gcottenc@gmail.com>
Fri, 23 Apr 2010 20:53:34 +0000
(22:53 +0200)
bin/booh-classifier
patch
|
blob
|
history
diff --git
a/bin/booh-classifier
b/bin/booh-classifier
index 43abe08f994f5efe151ba6912490ce6707228be1..a2bc8d66bcc7cd128a88f61f182131b1758eef72 100644
(file)
--- a/
bin/booh-classifier
+++ b/
bin/booh-classifier
@@
-1089,7
+1089,7
@@
def thumbnail_keypressed(entry, event)
elsif event.keyval == Gdk::Keyval::GDK_End
index = $allentries.size - 1
while $allentries[index] && $allentries[index].button && !visible($allentries[index])
- index
+
= 1
+ index
-
= 1
end
if $allentries[index] && $allentries[index].button
$allentries[index].button.grab_focus