[evolution-patches] patch to fix 74181
- From: Li Yuan <Li Yuan Sun COM>
- To: JP Rosevear <jpr novell com>
- Cc: patches <evolution-patches lists ximian com>
- Subject: [evolution-patches] patch to fix 74181
- Date: Tue, 29 Mar 2005 22:36:32 +0800
Hi, JP
Here is patch to fix #74181. Please help me to review it.
Thank you very much.
Regards,
Li
? gal.pc
? mar21tmp
? docs/gal-api.html
? gal/a11y/tmp
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/gal/ChangeLog,v
retrieving revision 1.917
diff -u -r1.917 ChangeLog
--- ChangeLog 24 Mar 2005 08:43:17 -0000 1.917
+++ ChangeLog 29 Mar 2005 14:31:48 -0000
@@ -1,3 +1,10 @@
+2005-03-29 Li Yuan <li yuan sun com>
+
+ * gal/a11y/e-table/gal-a11y-e-table-click-to-add.c: (etcta_event):
+ return FALSE to let GTK run "F6" handler.
+
+ Fixes #74181
+
2005-03-24 Harry Lu <harry lu sun com>
* gal/a11y/e-table/gal-a11y-e-table-item.c:
Index: gal/a11y/e-table/gal-a11y-e-table-click-to-add.c
===================================================================
RCS file: /cvs/gnome/gal/gal/a11y/e-table/gal-a11y-e-table-click-to-add.c,v
retrieving revision 1.4
diff -u -r1.4 gal-a11y-e-table-click-to-add.c
--- gal/a11y/e-table/gal-a11y-e-table-click-to-add.c 4 Feb 2005 04:50:49 -0000 1.4
+++ gal/a11y/e-table/gal-a11y-e-table-click-to-add.c 29 Mar 2005 14:31:48 -0000
@@ -261,7 +261,7 @@
priv->rect = etcta->rect;
priv->row = etcta->row;
- return TRUE;
+ return FALSE;
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]