/[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 565 by torben, Thu Jan 28 09:16:33 2010 UTC revision 566 by torben, Thu Jan 28 10:34:50 2010 UTC
# Line 528  public class StationList extends ListAct Line 528  public class StationList extends ListAct
528                                                    
529                                                    
530                          if (success) {                                                    if (success) {                          
531                                  if (stationProvider.getStations().size() == 0)                                  if (stationProvider.getStations().size() == 0) {
532                                          MessageBox.showMessage(StationList.this, getString(stationlist_nostations) ); // this should not be possible !?!                                          showMessageAndClose(getString(stationlist_nostations));
533                                    }
534                                  stations = stationProvider.getStations();                                  stations = stationProvider.getStations();
535                                  adapter.setStations( stations );                                                                  adapter.setStations( stations );                                
536                                                                    

Legend:
Removed from v.565  
changed lines
  Added in v.566

  ViewVC Help
Powered by ViewVC 1.1.20