Mercurial > hg > RemoteEditor > REPSessionManager
comparison rep/SessionManager.java @ 26:ad1060ba4213
*** empty log message ***
author | pin |
---|---|
date | Fri, 09 Nov 2007 17:52:54 +0900 |
parents | 7012a944e58f |
children | 1544f5c45dd8 |
comparison
equal
deleted
inserted
replaced
25:2b4863af8804 | 26:ad1060ba4213 |
---|---|
123 case REP.SMCMD_JOIN: | 123 case REP.SMCMD_JOIN: |
124 if(isMaster){ | 124 if(isMaster){ |
125 int eid = editorList.addEditor(channel, repCmd); | 125 int eid = editorList.addEditor(channel, repCmd); |
126 repCmd.setEID(eid); | 126 repCmd.setEID(eid); |
127 editorList.sendJoinAck(channel, repCmd); | 127 editorList.sendJoinAck(channel, repCmd); |
128 sessionmanagerGUI.setComboEditor(eid, channel); | |
128 }else{ | 129 }else{ |
129 editorList.addEditor(channel); | 130 editorList.addEditor(channel); |
130 smList.sendJoin(repCmd); | 131 smList.sendJoin(repCmd); |
131 } | 132 } |
132 break; | 133 break; |