aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-07-22 05:06:11 +0800
committerChris Lahey <clahey@src.gnome.org>2000-07-22 05:06:11 +0800
commit931953de1f41d51d3d28b6c099e01cd0b1befdc4 (patch)
tree67dd0e52ccc236170ee8341f58e688e50e361bf2
parent161076affab5d0779df383e8b3e611749605e330 (diff)
downloadgsoc2013-evolution-931953de1f41d51d3d28b6c099e01cd0b1befdc4.tar
gsoc2013-evolution-931953de1f41d51d3d28b6c099e01cd0b1befdc4.tar.gz
gsoc2013-evolution-931953de1f41d51d3d28b6c099e01cd0b1befdc4.tar.bz2
gsoc2013-evolution-931953de1f41d51d3d28b6c099e01cd0b1befdc4.tar.lz
gsoc2013-evolution-931953de1f41d51d3d28b6c099e01cd0b1befdc4.tar.xz
gsoc2013-evolution-931953de1f41d51d3d28b6c099e01cd0b1befdc4.tar.zst
gsoc2013-evolution-931953de1f41d51d3d28b6c099e01cd0b1befdc4.zip
Made focus in not change your selection position.
2000-07-21 Christopher James Lahey <clahey@helixcode.com> * widgets/e-text/e-text.c: Made focus in not change your selection position. svn path=/trunk/; revision=4268
-rw-r--r--ChangeLog5
-rw-r--r--widgets/e-text/e-text.c2
-rw-r--r--widgets/text/e-text.c2
3 files changed, 5 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index debb9d7def..2d9a159639 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-07-21 Christopher James Lahey <clahey@helixcode.com>
+
+ * widgets/e-text/e-text.c: Made focus in not change your selection
+ position.
+
2000-07-21 Szabolcs BAN <shooby@gnome.hu>
* calendar/gui/event-editor.c: Typo fix
diff --git a/widgets/e-text/e-text.c b/widgets/e-text/e-text.c
index e2a592ba25..591f6451cf 100644
--- a/widgets/e-text/e-text.c
+++ b/widgets/e-text/e-text.c
@@ -2559,8 +2559,6 @@ e_text_event (GnomeCanvasItem *item, GdkEvent *event)
text->default_cursor_shown = FALSE;
}
}
- text->selection_start = 0;
- text->selection_end = 0;
text->select_by_word = FALSE;
text->xofs_edit = 0;
text->yofs_edit = 0;
diff --git a/widgets/text/e-text.c b/widgets/text/e-text.c
index e2a592ba25..591f6451cf 100644
--- a/widgets/text/e-text.c
+++ b/widgets/text/e-text.c
@@ -2559,8 +2559,6 @@ e_text_event (GnomeCanvasItem *item, GdkEvent *event)
text->default_cursor_shown = FALSE;
}
}
- text->selection_start = 0;
- text->selection_end = 0;
text->select_by_word = FALSE;
text->xofs_edit = 0;
text->yofs_edit = 0;