[g-a-devel]Request to apply patch for bug #121374



Hi all,

Now, in gnopernicus if in a text field are inserted more than 1 character, 
inserted test is not spoken by gnopernicus. This can be reproduced by a 
simple paste operation (pasted text should have a length greater than 1).

Permission to apply is requested.

Regards,
Remus
Index: gnopernicus/srcore/srmain.c
===================================================================
RCS file: /cvs/gnome/gnopernicus/srcore/srmain.c,v
retrieving revision 1.107
diff -u -r1.107 srmain.c
--- gnopernicus/srcore/srmain.c	18 Aug 2003 09:51:21 -0000	1.107
+++ gnopernicus/srcore/srmain.c	5 Sep 2003 06:45:45 -0000
@@ -208,6 +208,10 @@
 			    g_free (src_last_key_echo);
 			    src_last_key_echo = NULL;
 			}
+			src_last_key_echo = diff;
+			src_cmd_queue_add ("kbd key");
+			src_cmd_queue_process ();
+			src_last_key_echo = NULL;
 		    }
 		    else
 		    {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]