changeset 27:971ae5cc8cde

*** empty log message ***
author pin
date Tue, 12 Dec 2006 13:09:37 +0900
parents b5493a5932ac
children d01cc686b54f
files bin/remoteeditor/editors/RemoteEditor$1.class bin/remoteeditor/editors/RemoteEditor.class src/remoteeditor/editors/RemoteEditor.java
diffstat 3 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
Binary file bin/remoteeditor/editors/RemoteEditor$1.class has changed
Binary file bin/remoteeditor/editors/RemoteEditor.class has changed
--- a/src/remoteeditor/editors/RemoteEditor.java	Tue Dec 12 12:36:42 2006 +0900
+++ b/src/remoteeditor/editors/RemoteEditor.java	Tue Dec 12 13:09:37 2006 +0900
@@ -82,7 +82,6 @@
 		final int offset = document.getLineOffset(lineNo);
 		final String changedText = text;
 		final int replaceLength = document.getLineLength(lineNo);
-		offset_con = offset;
 		viewer.getTextWidget().getDisplay().syncExec(new Runnable() {
 			public void run() {
 				try {
@@ -92,6 +91,7 @@
 				}
 			}
 		});
+		offset_con = offset;
 	}
 
 	public void packetReceived(final RSocketEvent evt) {