/[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 554 by torben, Wed Jan 27 05:51:45 2010 UTC revision 555 by torben, Wed Jan 27 06:07:27 2010 UTC
# Line 265  public class StationList extends ListAct Line 265  public class StationList extends ListAct
265                          builder.setNegativeButton("Cancel", new DialogInterface.OnClickListener() {                          builder.setNegativeButton("Cancel", new DialogInterface.OnClickListener() {
266                                  public void onClick(DialogInterface dialog, int which) {                                  public void onClick(DialogInterface dialog, int which) {
267                                          dialog.dismiss();                                          dialog.dismiss();
268                                            StationList.this.finish(); // Close this Activity
269                                  }                                  }
270                          });                                              });                    
271                          return builder.create();                          return builder.create();

Legend:
Removed from v.554  
changed lines
  Added in v.555

  ViewVC Help
Powered by ViewVC 1.1.20