Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/theme.py
diff options
context:
space:
mode:
Diffstat (limited to 'theme.py')
-rw-r--r--theme.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/theme.py b/theme.py
index 1d803a5..6021cb6 100644
--- a/theme.py
+++ b/theme.py
@@ -21,7 +21,7 @@ from sugar.activity.activity import get_bundle_path, get_activity_root
from sugar.graphics import style
SOUND_SPEAKER = 'images/sounds/speaker.png'
-SOUND_MUTE = 'images/sounds/custom.png'
+SOUND_MUTE = 'images/sounds/mute.png'
SOUND_CUSTOM = 'images/sounds/custom.png'
LOGO_WIDTH = 275
@@ -101,8 +101,6 @@ EMPTY_FILENAME = 'images/pics/empty.png'
EMPTY_ORIG = pixbuf(EMPTY_FILENAME)
EMPTY_THUMB = scale(EMPTY_ORIG)
-#CUSTOM_GROUND EMPTY_FILENAME = 'images/pics/empty.png'
-
CUSTOM_FRAME_ORIG = pixbuf('images/pics/custom.png')
CUSTOM_FRAME_THUMB = scale(CUSTOM_FRAME_ORIG)