/[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 302 by torben, Mon Sep 7 13:23:48 2009 UTC revision 311 by torben, Thu Sep 10 19:11:48 2009 UTC
# Line 166  public class TrainInfoList extends ListA Line 166  public class TrainInfoList extends ListA
166                  intent.putExtra("distance", station.getDistance());                  intent.putExtra("distance", station.getDistance());
167                  intent.putExtra("latitude", latitude);                  intent.putExtra("latitude", latitude);
168                  intent.putExtra("longitude", longitude);                  intent.putExtra("longitude", longitude);
169                  intent.putExtra("code", station.getCode());                  intent.putExtra("stationid", station.getId());
170                  startActivity(intent);                  startActivity(intent);
171          }          }
172    

Legend:
Removed from v.302  
changed lines
  Added in v.311

  ViewVC Help
Powered by ViewVC 1.1.20