projects
/
booh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80bf446
)
*** empty log message ***
author
gc
<gc>
Mon, 14 Apr 2008 08:26:29 +0000
(08:26 +0000)
committer
gc
<gc>
Mon, 14 Apr 2008 08:26:29 +0000
(08:26 +0000)
bin/booh-classifier
patch
|
blob
|
history
diff --git
a/bin/booh-classifier
b/bin/booh-classifier
index a7c896c61a0f3c36d127ed491ed665284e9315e1..f02107f3d424930c381abf1297ab774183708b8f 100644
(file)
--- a/
bin/booh-classifier
+++ b/
bin/booh-classifier
@@
-647,9
+647,13
@@
class MainView < Gtk::DrawingArea
width, height = window.size
@xpos = (width - @pixbuf.width)/2
@ypos = (height - @pixbuf.height)/2
+ return true
+ else
+ return false
end
else
@pixbuf = nil
+ return true
end
end