Changeset 264


Ignore:
Timestamp:
11/15/02 20:26:44 (20 years ago)
Author:
piso
Message:

readArticle(): useOtherWindow

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/j/src/org/armedbear/j/mail/NewsGroupSummary.java

    r233 r264  
    33 *
    44 * Copyright (C) 2000-2002 Peter Graves
    5  * $Id: NewsGroupSummary.java,v 1.4 2002-11-11 18:18:51 piso Exp $
     5 * $Id: NewsGroupSummary.java,v 1.5 2002-11-15 20:26:44 piso Exp $
    66 *
    77 * This program is free software; you can redistribute it and/or
     
    162162    };
    163163
    164     public void readArticle(Editor editor, Line line)
     164    public void readArticle(Editor editor, Line line, boolean useOtherWindow)
    165165    {
    166166        if (line instanceof MailboxLine) {
     
    169169                (NewsGroupSummaryEntry) ((MailboxLine)line).getMailboxEntry();
    170170            NewsGroupMessageBuffer mb = new NewsGroupMessageBuffer(this, entry);
    171             editor.makeNext(mb);
    172             editor.activate(mb);
     171            activateMessageBuffer(editor, mb, useOtherWindow);
    173172        }
    174173    }
Note: See TracChangeset for help on using the changeset viewer.