Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@sugarlabs.org>2009-09-15 15:06:04 (GMT)
committer Tomeu Vizoso <tomeu@sugarlabs.org>2009-09-15 15:06:04 (GMT)
commit312c667ffedcfc5d5a6fbad0b25513b20e123814 (patch)
tree3f8a29de19c17df989a816e0b713edf65ca444eb
parentbf2296f3ac9ecb81a40bec1aee4c2552bc6375fe (diff)
Restore journal icon for representing the internal journal #1092
-rw-r--r--src/jarabe/journal/volumestoolbar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jarabe/journal/volumestoolbar.py b/src/jarabe/journal/volumestoolbar.py
index 7216ea3..74b974c 100644
--- a/src/jarabe/journal/volumestoolbar.py
+++ b/src/jarabe/journal/volumestoolbar.py
@@ -173,7 +173,7 @@ class JournalButton(BaseButton):
def __init__(self):
BaseButton.__init__(self, mount_point='/')
- self.props.named_icon = 'computer-xo'
+ self.props.named_icon = 'activity-journal'
client = gconf.client_get_default()
color = XoColor(client.get_string('/desktop/sugar/user/color'))