changeset 93:cda18e429dfa

*** empty log message ***
author pin
date Fri, 21 Dec 2007 19:33:02 +0900
parents a21881284668
children 78f6f6ce9d3c
files bin/remoteeditor/editors/RemoteEditor.class src/remoteeditor/editors/RemoteEditor.java
diffstat 2 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
Binary file bin/remoteeditor/editors/RemoteEditor.class has changed
--- a/src/remoteeditor/editors/RemoteEditor.java	Fri Dec 21 18:31:06 2007 +0900
+++ b/src/remoteeditor/editors/RemoteEditor.java	Fri Dec 21 19:33:02 2007 +0900
@@ -257,6 +257,7 @@
 		case REP.REPCMD_REPLACE:
 			try {
 					if(command.eid == myeid) break;//あとで消す
+					repsend.send(command);
 					changeText(command.cmd, command.lineno, command.len, command.string);
 				} catch (Exception e1) {
 					e1.printStackTrace();