[evolution-patches] patch about a11y crash



hi, hpj

I have changed the function's name "e_minicard_activiate_editor" to "e_minicard_activate_editor" in addressbook/gui/widgets/e-minicard.c .
But I forgot to change the name in a11y/addressbook/ea-minicard.c .
This reason made  evolution's accessbility crash.

Attach is the patch.

Best regards
hao.sheng
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/a11y/ChangeLog,v
retrieving revision 1.23
diff -u -p -r1.23 ChangeLog
--- ChangeLog	8 Nov 2004 06:12:18 -0000	1.23
+++ ChangeLog	1 Dec 2004 10:42:23 -0000
@@ -1,3 +1,9 @@
+2004-12-1   Hao Sheng <hao sheng sun com>
+
+	* a11y/addressbook/ea-minicard.c:
+	(atk_action_interface_do_action): Change e_minicard_activiate_editor to
+	e_minicard_activate_editor.
+
 2004-11-08  Steven Zhang <steven zhang sun com>
 
 	Implement accessible feature for e-minicard and e-mini-card-view.
Index: addressbook/ea-minicard.c
===================================================================
RCS file: /cvs/gnome/evolution/a11y/addressbook/ea-minicard.c,v
retrieving revision 1.2
diff -u -p -r1.2 ea-minicard.c
--- addressbook/ea-minicard.c	8 Nov 2004 06:12:18 -0000	1.2
+++ addressbook/ea-minicard.c	1 Dec 2004 10:42:24 -0000
@@ -238,7 +238,7 @@ static gboolean atk_action_interface_do_
 	switch (i) {
 		// open card
 		case 0:
-			e_minicard_activiate_editor (minicard);
+			e_minicard_activate_editor (minicard);
 			break;
 		default:
 			return FALSE;


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