aboutsummaryrefslogtreecommitdiffstats
path: root/a11y/e-text/gal-a11y-e-text.c
diff options
context:
space:
mode:
Diffstat (limited to 'a11y/e-text/gal-a11y-e-text.c')
-rw-r--r--a11y/e-text/gal-a11y-e-text.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/a11y/e-text/gal-a11y-e-text.c b/a11y/e-text/gal-a11y-e-text.c
index 06fe40d41b..be7835e17d 100644
--- a/a11y/e-text/gal-a11y-e-text.c
+++ b/a11y/e-text/gal-a11y-e-text.c
@@ -801,10 +801,11 @@ et_set_caret_offset (AtkText *text,
if (offset < -1)
return FALSE;
else {
+ ETextEventProcessorCommand command;
+
if (offset == -1)
offset = et_get_character_count (text);
- ETextEventProcessorCommand command;
command.action = E_TEP_MOVE;
command.position = E_TEP_VALUE;
command.value = offset;
26061d663dcd2491e'>- Update to 1.34rafan2006-12-102-5/+5 * - Update to 1.32rafan2006-12-052-4/+4 * - Update to 1.30rafan2006-12-022-5/+5 * Change the following ports to my FreeBSD.org email.chinsan2006-10-031-1/+1 * - Update to 1.28rafan2006-09-202-4/+4 * - Update to 1.26rafan2006-09-102-4/+6