projects
/
booh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05e1c5b
)
*** empty log message ***
author
gc
<gc>
Sun, 22 Jul 2007 21:47:08 +0000
(21:47 +0000)
committer
gc
<gc>
Sun, 22 Jul 2007 21:47:08 +0000
(21:47 +0000)
bin/booh-classifier
patch
|
blob
|
history
diff --git
a/bin/booh-classifier
b/bin/booh-classifier
index b40b97d510fe308cec9640e9ef03c464f0e5d458..4720476442920a105f310a6a1d122f97f6dc5ebd 100644
(file)
--- a/
bin/booh-classifier
+++ b/
bin/booh-classifier
@@
-437,15
+437,15
@@
class MainView < Gtk::DrawingArea
if ! entry.nil? && entry == @entry
return
end
- @entry = entry
if ! entry.nil?
- if !
@
entry.button
+ if ! entry.button
#- not loaded yet
return
else
-
@
entry.button.grab_focus
+ entry.button.grab_focus
end
end
+ @entry = entry
redraw
@preloader.run
end