[gedit-plugins/gnome-2-32] Fix multi edit offset normalization
- From: Jesse van den Kieboom <jessevdk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit-plugins/gnome-2-32] Fix multi edit offset normalization
- Date: Sun, 29 Aug 2010 22:54:13 +0000 (UTC)
commit 7847bf409decf7b9876d2fc76e541dcea27bd0bc
Author: Jesse van den Kieboom <jesse icecrew nl>
Date: Sat May 1 12:54:14 2010 +0200
Fix multi edit offset normalization
plugins/multiedit/multiedit/documenthelper.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/multiedit/multiedit/documenthelper.py b/plugins/multiedit/multiedit/documenthelper.py
index 2fdbe7d..27b7f0f 100644
--- a/plugins/multiedit/multiedit/documenthelper.py
+++ b/plugins/multiedit/multiedit/documenthelper.py
@@ -417,7 +417,7 @@ class DocumentHelper(Signals):
if eoff < soff:
tmp = soff
soff = eoff
- eoff = soff
+ eoff = tmp
# Apply tags where possible
start_line = start.get_line()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]