Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view/frame/overlaybox.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2007-01-12 20:35:53 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-01-12 20:35:53 (GMT)
commit6971ddb9a44782cd525d6a0f416bdf3cdb82d346 (patch)
treeba9b9054026271cda32f1e2570ad302a1097713e /shell/view/frame/overlaybox.py
parent55339d4bea6ac9bddfce526d9271a4a93bc844b3 (diff)
Support for activity icons inside the bundle.
Patch by Gonzalo Odiard <godiard@gmail.com> Modified by me to allow icon theme to override the bundle one.
Diffstat (limited to 'shell/view/frame/overlaybox.py')
-rw-r--r--shell/view/frame/overlaybox.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/view/frame/overlaybox.py b/shell/view/frame/overlaybox.py
index 406173a..fed1139 100644
--- a/shell/view/frame/overlaybox.py
+++ b/shell/view/frame/overlaybox.py
@@ -9,7 +9,7 @@ class OverlayBox(hippo.CanvasBox):
self._shell = shell
- icon = CanvasIcon(icon_name='stock-chat')
+ icon = CanvasIcon(icon_name='theme:stock-chat')
style.apply_stylesheet(icon, 'frame.OverlayIcon')
icon.connect('activated', self._overlay_clicked_cb)
self.append(icon)