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:
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)