/[projects]/android/TrainInfo/src/dk/thoerup/traininfo/StationList.java
ViewVC logotype

Diff of /android/TrainInfo/src/dk/thoerup/traininfo/StationList.java

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

revision 1219 by torben, Sun Jan 30 21:08:32 2011 UTC revision 1220 by torben, Sun Jan 30 21:14:19 2011 UTC
# Line 449  public class StationList extends ListAct Line 449  public class StationList extends ListAct
449                                  MessageBox.showMessage(StationList.this, getString(stationlist_nolocationprovider), true );                                  MessageBox.showMessage(StationList.this, getString(stationlist_nolocationprovider), true );
450                                  //StationList.this.finish();                                  //StationList.this.finish();
451                                  return;                                  return;
452                            case IDLE:
453                                    Log.e("TrainInfo", "How did this happen ???");
454                                    dismissDialog(DLG_PROGRESS); // how did we get here ??
455                                    return;
456                                    
457                          }                          }
458    
459    

Legend:
Removed from v.1219  
changed lines
  Added in v.1220

  ViewVC Help
Powered by ViewVC 1.1.20