--- android/Side9/src/dk/thoerup/side9/Side9WidgetProvider.java 2011/04/20 18:54:19 1353 +++ android/Side9/src/dk/thoerup/side9/Side9WidgetProvider.java 2011/04/20 18:57:18 1354 @@ -156,7 +156,9 @@ final String savepath = Environment.getExternalStorageDirectory() + "/Side9"; - File imageFile = new File( savepath + "/" + data.getFilename() ); + + + File imageFile = new File( savepath + "/" + HttpUtil.getLastPart(data.url) ); /* if the picture changes later on the day we do NOT want to use an old and invalid image if (saveImage == true) {