[evolution-patches] gal patch for 51527
- From: Suresh Chandrasekharan <Suresh Chandrasekharan Eng Sun COM>
- To: evolution-patches ximian com
- Cc: sceri-evolution sun com
- Subject: [evolution-patches] gal patch for 51527
- Date: Sun, 30 Nov 2003 20:51:11 -0800 (PST)
Hi,
Attached pl. find the gal patch for 51527, this bug causes backspace
when pressing Ctrl-space in gal widgets.
Thanks & Regards,
Suresh
Index: ChangeLog
===================================================================
RCS file: /export/src/cvs/gal/ChangeLog,v
retrieving revision 1.1.1.1.2.4.2.1
diff -u -r1.1.1.1.2.4.2.1 ChangeLog
--- ChangeLog 2003/11/06 04:23:32 1.1.1.1.2.4.2.1
+++ ChangeLog 2003/12/01 04:39:32
@@ -1,3 +1,12 @@
+2003-11-30 Suresh Chandrasekharan <suresh chandrasekharan sun com>
+
+ Bug Id #51527 "gal widgets produces backspace for Ctrl-space for
+ japanese input"
+
+ * gal/util/e-text-event-processor-emacs-like.c:
+ (e_text_event_processor_emacs_like_event) If GDK_CONTROL_MASK set,
+ disable the command action.
+
2003-10-28 Leon Zhang <leon zhang sun com>
* gal/e-text/e-text.h: add add "has_popup" field for user to trace
Index: gal/util/e-text-event-processor-emacs-like.c
===================================================================
RCS file: /export/src/cvs/gal/gal/util/e-text-event-processor-emacs-like.c,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 e-text-event-processor-emacs-like.c
--- gal/util/e-text-event-processor-emacs-like.c 2003/09/26 06:37:13 1.1.1.1
+++ gal/util/e-text-event-processor-emacs-like.c 2003/12/01 04:39:32
@@ -427,6 +427,10 @@
command.string = control_keys[(int) (key.keyval - 'a')].string;
}
+ if (key.keyval == ' ') {
+ command.action = E_TEP_NOP;
+ }
+
if (key.keyval == 'x') {
command.action = E_TEP_COPY;
command.position = E_TEP_SELECTION;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]