Adapt to changes in the icon API.

This commit is contained in:
Tomeu Vizoso
2007-08-26 20:44:51 +02:00
parent cf7ff39c5a
commit 405dafc908
6 changed files with 19 additions and 18 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ class OverlayBox(hippo.CanvasBox):
self._shell = shell
icon = IconButton(icon_name='theme:stock-chat')
icon = IconButton(icon_name='stock-chat')
icon.connect('activated', self._overlay_clicked_cb)
self.append(icon)