From 12fa134af8e77074911ab580e67450faeab1cc49 Mon Sep 17 00:00:00 2001 From: Gary Martin Date: Mon, 08 Oct 2012 03:33:17 +0000 Subject: Code that used CanvasIcon was commented out in 2007, remove it SL#3673. --- diff --git a/calculate.py b/calculate.py index c894eef..e96129b 100644 --- a/calculate.py +++ b/calculate.py @@ -342,9 +342,6 @@ class Calculate(ShareableActivity): self.connect("key_press_event", self.keypress_cb) self.connect("destroy", self.cleanup_cb) self.color = sugar.profile.get_color() -## self.icon = CanvasIcon( -## icon_name = 'theme:stock-buddy', -## xo_color = XoColor(self.color)) self.layout = CalcLayout(self) self.label_entry = self.layout.label_entry -- cgit v0.9.1