From 021507b255bdaffb3bbfd5e173b84cc6c514b8ed Mon Sep 17 00:00:00 2001 From: Ed Page Date: Thu, 23 Sep 2010 20:57:44 -0500 Subject: [PATCH] Pointing to the app icon for home --- src/imagestore.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/imagestore.py b/src/imagestore.py index 263d9c5..13dceef 100644 --- a/src/imagestore.py +++ b/src/imagestore.py @@ -19,7 +19,7 @@ class ImageStore(object): STORE_LOOKUP = { "next": "button_next.png", "prev": "button_prev.png", - "home": "home.png", + "home": "icon.png", "pause": "button_pause.png", "play": "button_play.png", "stop": "button_stop.png", @@ -28,7 +28,7 @@ class ImageStore(object): "favorite": "button_favorite.png", "next_pressed": "button_next_pressed.png", "prev_pressed": "button_prev_pressed.png", - "home_pressed": "home_pressed.png", + "home_pressed": "icon.png", "pause_pressed": "button_pause_pressed.png", "play_pressed": "button_play_pressed.png", "stop_pressed": "button_stop_pressed.png", -- 1.7.9.5