Mercurial > hg > RemoteEditor > REPSessionManager
diff rep/SessionList.java @ 101:612cb62151ce
*** empty log message ***
author | pin |
---|---|
date | Sat, 22 Dec 2007 13:54:45 +0900 |
parents | 9381b4734a0b |
children | 99e598a1dbf8 |
line wrap: on
line diff
--- a/rep/SessionList.java Sat Dec 22 11:07:01 2007 +0900 +++ b/rep/SessionList.java Sat Dec 22 13:54:45 2007 +0900 @@ -294,6 +294,7 @@ LinkedList<Session> list = receivedSessionList.getList(); int i = 0; for(Session session : list){ + session.getEditorList().get(0).setChannel(channel); ++i; int sid = addSession(session); setTranslationTable(channel, i, sid);