Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-08-26 12:33:16 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-08-26 12:33:16 (GMT)
commit7042b4392effd921d502447606473031bf413ed8 (patch)
treee2fcf498e1f7030776e252e50a0aaab29d610200 /sugar
parent5f773b21afeb986e836619d5a5b8c2ab6f9075c8 (diff)
Fix CanvasIcon badges
Diffstat (limited to 'sugar')
-rw-r--r--sugar/graphics/icon.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sugar/graphics/icon.py b/sugar/graphics/icon.py
index 2fe85b2..b3dc034 100644
--- a/sugar/graphics/icon.py
+++ b/sugar/graphics/icon.py
@@ -428,6 +428,7 @@ class CanvasIcon(hippo.CanvasBox, hippo.CanvasItem):
elif pspec.name == 'cache-size':
self._buffer.cache_size = value
elif pspec.name == 'badge-name':
+ self._buffer.badge_name = value
self.emit_paint_needed(0, 0, -1, -1)
def do_get_property(self, pspec):