aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/text/e-text.c
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 /widgets/text/e-text.c
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
Diffstat (limited to 'widgets/text/e-text.c')
-rw-r--r--widgets/text/e-text.c2
1 files changed, 0 insertions, 2 deletions
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;