Changeset 264
- Timestamp:
- 11/15/02 20:26:44 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/j/mail/NewsGroupSummary.java
r233 r264 3 3 * 4 4 * Copyright (C) 2000-2002 Peter Graves 5 * $Id: NewsGroupSummary.java,v 1. 4 2002-11-11 18:18:51piso Exp $5 * $Id: NewsGroupSummary.java,v 1.5 2002-11-15 20:26:44 piso Exp $ 6 6 * 7 7 * This program is free software; you can redistribute it and/or … … 162 162 }; 163 163 164 public void readArticle(Editor editor, Line line )164 public void readArticle(Editor editor, Line line, boolean useOtherWindow) 165 165 { 166 166 if (line instanceof MailboxLine) { … … 169 169 (NewsGroupSummaryEntry) ((MailboxLine)line).getMailboxEntry(); 170 170 NewsGroupMessageBuffer mb = new NewsGroupMessageBuffer(this, entry); 171 editor.makeNext(mb); 172 editor.activate(mb); 171 activateMessageBuffer(editor, mb, useOtherWindow); 173 172 } 174 173 }
Note: See TracChangeset
for help on using the changeset viewer.