/[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 1149 by torben, Wed Sep 29 23:05:14 2010 UTC revision 1150 by torben, Fri Oct 1 17:33:30 2010 UTC
# Line 473  public class StationList extends ListAct Line 473  public class StationList extends ListAct
473                                          builder.setNegativeButton( getString(generic_cancel), new DialogInterface.OnClickListener() {                                          builder.setNegativeButton( getString(generic_cancel), new DialogInterface.OnClickListener() {
474                                                  public void onClick(DialogInterface dialog, int id) {                                                  public void onClick(DialogInterface dialog, int id) {
475                                                          dialog.dismiss();                                                          dialog.dismiss();
476                                                            StationList.this.finish(); // Close this Activity
477                                                  }                                                                                                        }                                                      
478                                          });                                          });
479                                          builder.show();                                          builder.show();

Legend:
Removed from v.1149  
changed lines
  Added in v.1150

  ViewVC Help
Powered by ViewVC 1.1.20