changeset 100:25bf89525e70

*** empty log message ***
author pin
date Sat, 22 Dec 2007 11:07:01 +0900
parents 2f79cdc45a2e
children 612cb62151ce
files rep/SessionManager.java
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/rep/SessionManager.java	Sat Dec 22 11:02:39 2007 +0900
+++ b/rep/SessionManager.java	Sat Dec 22 11:07:01 2007 +0900
@@ -312,6 +312,10 @@
 			
 			smList.sendExcept(channel, receivedCommand);
 			
+			for(Session session3 : receivedSessionList3.getList()){
+				gui.setComboSession(session3.getSID(), session3.getName());
+			}
+			
 			//Session‚̀owner‚̀Editor
 			//editor = new Editor(channel);
 			//editor.setName(receivedCommand.string);