/[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 381 by torben, Fri Oct 2 10:39:09 2009 UTC revision 382 by torben, Fri Oct 2 10:49:00 2009 UTC
# Line 178  public class StationList extends ListAct Line 178  public class StationList extends ListAct
178                                          if (et.getText().toString().length() >= 2) {                                          if (et.getText().toString().length() >= 2) {
179                                                  startNameSearch(et.getText().toString());                                                  startNameSearch(et.getText().toString());
180                                          } else {                                          } else {
181                                                  MessageBox.showMessage(StationList.this, "To characters, minimum" );                                                  MessageBox.showMessage(StationList.this, "Two characters minimum" );
182                                          }                                          }
183                                  }                                  }
184                          });                          });

Legend:
Removed from v.381  
changed lines
  Added in v.382

  ViewVC Help
Powered by ViewVC 1.1.20