From: gc Date: Mon, 14 Apr 2008 08:26:29 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: 0.9.0~46 X-Git-Url: http://git.zarb.org/?p=booh;a=commitdiff_plain;h=df00078dd288b1dd1619fbd351be97b282af3699 *** empty log message *** --- diff --git a/bin/booh-classifier b/bin/booh-classifier index a7c896c..f02107f 100644 --- 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