From: Rolf Leggewie Date: Tue, 27 May 2008 16:40:47 +0000 (+0000) Subject: opie-taskbar-images: replace 240x320 with 240x240. The 240x320 jpg is not available. X-Git-Tag: Release-2010-05/1~6842^2~11^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ff618333c5f94ba988e3cef565c8a1d25d470ad;p=openembedded.git opie-taskbar-images: replace 240x320 with 240x240. The 240x320 jpg is not available. --- diff --git a/packages/opie-taskbar/opie-taskbar-images.inc b/packages/opie-taskbar/opie-taskbar-images.inc index 855a6151e5..b35dd8d593 100644 --- a/packages/opie-taskbar/opie-taskbar-images.inc +++ b/packages/opie-taskbar/opie-taskbar-images.inc @@ -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