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

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

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

revision 259 by torben, Mon Aug 10 19:37:18 2009 UTC revision 260 by torben, Mon Aug 10 19:44:52 2009 UTC
# Line 52  public class TrainInfoList extends ListA Line 52  public class TrainInfoList extends ListA
52                          startLookup();                          startLookup();
53                  } else {                  } else {
54                          stations = (ArrayList<StationBean>) savedInstanceState.getSerializable("stations");                          stations = (ArrayList<StationBean>) savedInstanceState.getSerializable("stations");
55                          adapter.setStations(new ArrayList<StationBean>(stations));                          adapter.setStations(stations);
56                  }                  }
57          }          }
58                    

Legend:
Removed from v.259  
changed lines
  Added in v.260

  ViewVC Help
Powered by ViewVC 1.1.20