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

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

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

revision 905 by torben, Sun Jun 13 13:45:37 2010 UTC revision 906 by torben, Fri Jun 25 23:59:58 2010 UTC
# Line 139  public class TimetableList extends ListA Line 139  public class TimetableList extends ListA
139                          if (success) {                          if (success) {
140                                  adapter.setTimetable(timetables);                                  adapter.setTimetable(timetables);
141                                  if (timetables.size() == 0) {                                  if (timetables.size() == 0) {
142                                          MessageBox.showMessage(TimetableList.this, getString(timetablelist_nodata));                                          MessageBox.showMessage(TimetableList.this, getString(timetablelist_nodata), true);
143                                  }                                  }
144                          } else { // communication or parse error                          } else { // communication or parse error
145                                  AlertDialog.Builder builder = new AlertDialog.Builder(TimetableList.this);                                                                                AlertDialog.Builder builder = new AlertDialog.Builder(TimetableList.this);                                              

Legend:
Removed from v.905  
changed lines
  Added in v.906

  ViewVC Help
Powered by ViewVC 1.1.20