/[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 905 by torben, Sun Jun 13 14:52:49 2010 UTC revision 906 by torben, Fri Jun 25 23:59:58 2010 UTC
# Line 258  public class StationList extends ListAct Line 258  public class StationList extends ListAct
258                                  message.append( getString(stationlist_nolocation) );                                  message.append( getString(stationlist_nolocation) );
259                          }                                                }                      
260                                                    
261                          MessageBox.showMessage(this, message.toString());                          MessageBox.showMessage(this, message.toString(), false);
262                          break;                          break;
263                  default:                  default:
264                          retval = super.onOptionsItemSelected(item);                          retval = super.onOptionsItemSelected(item);
# Line 437  public class StationList extends ListAct Line 437  public class StationList extends ListAct
437    
438                          case NOPROVIDER:                          case NOPROVIDER:
439                                  dismissDialogSafe(DLG_PROGRESS);                                  dismissDialogSafe(DLG_PROGRESS);
440                                  MessageBox.showMessage(StationList.this, getString(stationlist_nolocationprovider) );                                  MessageBox.showMessage(StationList.this, getString(stationlist_nolocationprovider), true );
441                                    //StationList.this.finish();
442                                  break;                                  break;
443                          case LOCATIONFIXTIMEOUT:                                                          case LOCATIONFIXTIMEOUT:                                
444                                  if (isRunning) {                                  if (isRunning) {

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

  ViewVC Help
Powered by ViewVC 1.1.20