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

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

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

revision 839 by torben, Thu Oct 29 19:50:02 2009 UTC revision 840 by torben, Fri Jun 11 18:46:46 2010 UTC
# Line 17  public class TimetableListAdapter extend Line 17  public class TimetableListAdapter extend
17                    
18          @Override          @Override
19          public boolean isEnabled(int position) {          public boolean isEnabled(int position) {
20                  return false;                  return ( timetable.get(position).getStationId() != -1 );
21          }          }
22    
23          public TimetableListAdapter(Context context) {          public TimetableListAdapter(Context context) {

Legend:
Removed from v.839  
changed lines
  Added in v.840

  ViewVC Help
Powered by ViewVC 1.1.20