X-Git-Url: http://git.maemo.org/git/?p=watersofshiloah;a=blobdiff_plain;f=src%2Fimagestore.py;h=c62cb63b528e369af3dc2bd35671c16c62156765;hp=9ca9964cf3c53bd74bc04a9897a462f7534ca55a;hb=f77cda973fab5dd7c1d4f6621650c6bce1725aa7;hpb=26a388bc2959bc61bfb32299259dbce66760d2f4 diff --git a/src/imagestore.py b/src/imagestore.py index 9ca9964..c62cb63 100644 --- a/src/imagestore.py +++ b/src/imagestore.py @@ -9,24 +9,30 @@ class ImageStore(object): STORE_LOOKUP = { "next": "next.png", "prev": "prev.png", + "home": "home.png", "pause": "pause.png", "play": "play.png", "stop": "stop.png", - "home": "home.png", + "pause_pressed": "pausepressed.png", + "play_pressed": "playpressed.png", + "stop_pressed": "stoppressed.png", "small_next": "small_next.png", "small_prev": "small_prev.png", + "small_home": "small_home.png", "small_pause": "small_pause.png", "small_play": "small_play.png", "small_stop": "small_stop.png", - "small_home": "small_home.png", + "small_pause_pressed": "small_pausepressed.png", + "small_play_pressed": "small_playpressed.png", + "small_stop_pressed": "small_stoppressed.png", "loading": "loading.gif", "radio_header": "radio_header.png", "conference_background": "conference_bg.png", "magazine_background": "magazine_bg.png", - "scriptures_background": "scripture_bg.png", + "scripture_background": "scripture_bg.png", "conferences": "conference.png", "magazines": "magazines.png",