From 911544199cd5da8054193a7c25a4b75511730a83 Mon Sep 17 00:00:00 2001 From: Ivan Frade Date: Mon, 11 Jan 2010 00:30:28 +0200 Subject: [PATCH] Remove debug comment --- src/fancy_button.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/fancy_button.py b/src/fancy_button.py index eb3f291..41caee9 100644 --- a/src/fancy_button.py +++ b/src/fancy_button.py @@ -62,7 +62,6 @@ class FancyButton (gtk.EventBox): if (widget.state == gtk.STATE_ACTIVE): if (fancy_button_highlight_pb): - print "Painting highlight image" widget.window.draw_pixbuf (None, fancy_button_highlight_pb, 0, 0, -- 1.7.9.5