/[projects]/android/Side9/src/dk/thoerup/side9/Side9WidgetProvider.java
ViewVC logotype

Diff of /android/Side9/src/dk/thoerup/side9/Side9WidgetProvider.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1353 by torben, Wed Apr 20 18:54:19 2011 UTC revision 1354 by torben, Wed Apr 20 18:57:18 2011 UTC
# Line 156  public class Side9WidgetProvider extends Line 156  public class Side9WidgetProvider extends
156                                    
157                  final String savepath = Environment.getExternalStorageDirectory() + "/Side9";                  final String savepath = Environment.getExternalStorageDirectory() + "/Side9";
158                                    
159                  File imageFile = new File( savepath + "/" + data.getFilename() );                  
160                    
161                    File imageFile = new File( savepath + "/" + HttpUtil.getLastPart(data.url) );
162                                    
163                  /* if the picture changes later on the day we do NOT want to use an old and invalid image                                /* if the picture changes later on the day we do NOT want to use an old and invalid image              
164                  if (saveImage == true) {                                          if (saveImage == true) {                        

Legend:
Removed from v.1353  
changed lines
  Added in v.1354

  ViewVC Help
Powered by ViewVC 1.1.20