aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-rw-r--r--mail/ChangeLog7
-rw-r--r--mail/mail-config.glade5
2 files changed, 10 insertions, 2 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 24cd8c2cdc..0c58c499d0 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,10 @@
+2007-12-04 David Turner <cillian64@googlemail.com>
+
+ ** Fix for bug #466241
+
+ * mail-config.glade: Added a mnemonic to "Authentication type"
+ in the recieving mail section of configuration
+
2007-12-03 Denis Washington <denisw@svn.gnome.org>
** Fix for bug #363644
diff --git a/mail/mail-config.glade b/mail/mail-config.glade
index 65bcf786e5..9f8e1970af 100644
--- a/mail/mail-config.glade
+++ b/mail/mail-config.glade
@@ -1610,8 +1610,9 @@ For example: &quot;Work&quot; or &quot;Personal&quot;</property>
<child>
<widget class="GtkLabel" id="label474">
<property name="visible">True</property>
- <property name="label" translatable="yes">&lt;span weight=&quot;bold&quot;&gt;Authentication Type&lt;/span&gt;</property>
- <property name="use_underline">False</property>
+ <property name="label" translatable="yes">&lt;span weight=&quot;bold&quot;&gt;_Authentication Type&lt;/span&gt;</property>
+ <property name="use_underline">True</property>
+ <property name="mnemonic_widget">source_auth_dropdown</property>
<property name="use_markup">True</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
<property name="wrap">False</property>