Changeset 234
- Timestamp:
- 11/11/02 18:20:49 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/j/mail/NewsGroupMessageBuffer.java
r93 r234 3 3 * 4 4 * Copyright (C) 2000-2002 Peter Graves 5 * $Id: NewsGroupMessageBuffer.java,v 1. 2 2002-10-11 01:42:37piso Exp $5 * $Id: NewsGroupMessageBuffer.java,v 1.3 2002-11-11 18:20:49 piso Exp $ 6 6 * 7 7 * This program is free software; you can redistribute it and/or … … 140 140 setBackgroundProcess(this); 141 141 progressNotifier = new StatusBarProgressNotifier(NewsGroupMessageBuffer.this); 142 cancelled = false; 142 143 loadMessage(progressNotifier); 143 144 progressNotifier.setText(""); … … 151 152 cancelled = true; 152 153 progressNotifier.cancel(); 154 summary.getSession().abort(); 153 155 setBusy(false); 154 156 kill();
Note: See TracChangeset
for help on using the changeset viewer.