opie-taskbar-images: replace 240x320 with 240x240. The 240x320 jpg is not available.
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Tue, 27 May 2008 16:40:47 +0000 (16:40 +0000)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Tue, 27 May 2008 16:40:47 +0000 (16:40 +0000)
packages/opie-taskbar/opie-taskbar-images.inc

index 855a615..b35dd8d 100644 (file)
@@ -40,7 +40,7 @@ do_install() {
        install -m 0644 ${WORKDIR}/pics/launcher/opie-background.jpg ${D}${palmtopdir}/pics/launcher/opie-background-240x320.jpg
 
 #        for res in 320x240 240x320 320x320 320x480 480x320 480x640 640x480 600x800 800x600; do
-        for res in 240x320 320x320 320x480 480x320 480x640 640x480 800x600; do
+        for res in 240x240 320x320 320x480 480x320 480x640 640x480 800x600; do
          install -m 0644 ${WORKDIR}/pics/launcher/firstuse-${res}.jpg ${D}${palmtopdir}/pics/launcher/firstuse-${res}.jpg
          install -m 0644 ${WORKDIR}/pics/launcher/opie-background-${res}.jpg ${D}${palmtopdir}/pics/launcher/opie-background-${res}.jpg
         done