[evolution-patches] Re: patch to fix #313514 (GAL)
- From: Li Yuan <Li Yuan Sun COM>
- To: kharish novell com
- Cc: patches <evolution-patches lists ximian com>
- Subject: [evolution-patches] Re: patch to fix #313514 (GAL)
- Date: Mon, 15 Aug 2005 19:48:15 +0800
sorry, here is the patch.
Li Yuan wrote:
Hi, Harish
Here is a patch for #313514. We must change our code because
gnopernicus changes its (because the bug #171232).
Please help me to review it.
Best Regards,
Li
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/a11y/ChangeLog,v
retrieving revision 1.42
diff -u -r1.42 ChangeLog
--- ChangeLog 19 Jul 2005 07:46:04 -0000 1.42
+++ ChangeLog 15 Aug 2005 11:35:34 -0000
@@ -1,3 +1,10 @@
+2005-08-15 Li Yuan <li yuan sun com>
+
+ * e-table/gal-a11y-e-table-item.c: (eti_a11y_reset_focus_object):
+ Fixes #313514.
+ For the code change in gnopernicus, we should use
+ atk_focus_tracker_notify here.
+
2005-07-18 Li Yuan <li yuan sun com>
Fixes #310136 #310138.
Index: e-table/gal-a11y-e-table-item.c
===================================================================
RCS file: /cvs/gnome/evolution/a11y/e-table/gal-a11y-e-table-item.c,v
retrieving revision 1.22
diff -u -r1.22 gal-a11y-e-table-item.c
--- e-table/gal-a11y-e-table-item.c 19 Jul 2005 07:46:05 -0000 1.22
+++ e-table/gal-a11y-e-table-item.c 15 Aug 2005 11:35:40 -0000
@@ -176,10 +176,8 @@
} else
g_object_set_data (G_OBJECT (a11y), "gail-focus-object", NULL);
- if (notify)
- g_signal_emit_by_name (a11y,
- "active-descendant-changed",
- cell);
+ if (notify)
+ atk_focus_tracker_notify (cell);
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]