X-Git-Url: http://git.maemo.org/git/?p=watersofshiloah;a=blobdiff_plain;f=src%2Fimagestore.py;h=13dceefd0c224278ab438df94ad4a393786626e4;hp=263d9c594ac74041719127fd3b5027163c178ff9;hb=021507b255bdaffb3bbfd5e173b84cc6c514b8ed;hpb=2b80f8903bc6c26785f945032e0980f59ebd06f4 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",