[evolution-patches] Fix for bug #326649
- From: Nancy Cai <Nancy Cai Sun COM>
- To: evolution-patches gnome org
- Subject: [evolution-patches] Fix for bug #326649
- Date: Mon, 16 Jan 2006 15:04:59 +0800
Hi
I have attached a patch for bug #326649.It makes the preference's
keyboard navigation more consistent.You can get more information at
page: http://bugzilla.gnome.org/show_bug.cgi?id=326649.
--Nancy
? PerferenceKeyNav.diff
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/widgets/misc/ChangeLog,v
retrieving revision 1.396
diff -u -r1.396 ChangeLog
--- ChangeLog 13 Jan 2006 16:19:36 -0000 1.396
+++ ChangeLog 16 Jan 2006 06:04:40 -0000
@@ -1,3 +1,10 @@
+2006-01-16 set REAL_NAME environment variable <set EMAIL_ADDRESS environment variable>
+
+ ** Fixes bug #326649
+
+ * e-multi-config-dialog.c: (set_page_timeout_callback):
+ make the preferences dialog's keyboard navigation more consistent.
+
2006-01-13 Srinivasa Ragavan <sragavan novell com>
** Fixes bug #326265
Index: e-multi-config-dialog.c
===================================================================
RCS file: /cvs/gnome/evolution/widgets/misc/e-multi-config-dialog.c,v
retrieving revision 1.34
diff -u -r1.34 e-multi-config-dialog.c
--- e-multi-config-dialog.c 4 Aug 2005 04:56:54 -0000 1.34
+++ e-multi-config-dialog.c 16 Jan 2006 06:04:40 -0000
@@ -122,6 +122,7 @@
gtk_notebook_set_page (GTK_NOTEBOOK (priv->notebook), priv->set_page_timeout_page);
priv->set_page_timeout_id = 0;
+ gtk_widget_grab_focus(priv->list_e_table);
return FALSE;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]