--- android/Side9/src/dk/thoerup/side9/Side9WidgetProvider.java 2010/04/28 08:18:41 681 +++ android/Side9/src/dk/thoerup/side9/Side9WidgetProvider.java 2010/04/28 08:20:24 682 @@ -82,8 +82,6 @@ URLConnection conn = imgUrl.openConnection(); Bitmap image = BitmapFactory.decodeStream( conn.getInputStream() ); - if (true) - throw new IOException("assdasd"); setImage(context,appWidgetManager,appWidgetIds, image);