From 6433b55d435d4276d482261fbe1cedd4b83ac727 Mon Sep 17 00:00:00 2001 From: Aleksey Lim Date: Mon, 09 Feb 2009 11:27:05 +0000 Subject: Minor fixes --- (limited to 'theme.py') 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) -- cgit v0.9.1