changeset 17695:352d87f05519

Tie the proxy mnemonic to the proxy type selector, taken from an opensolaris patch at: http://cvs.opensolaris.org/source/xref/jds/spec-files/trunk/patches/pidgin-03-protocol-mnemonics.diff
author Stu Tomlinson <stu@nosnilmot.com>
date Mon, 04 Jun 2007 02:06:10 +0000
parents 3175a063aae1
children 0d65b1438d99
files pidgin/gtkaccount.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/gtkaccount.c	Mon Jun 04 01:46:18 2007 +0000
+++ b/pidgin/gtkaccount.c	Mon Jun 04 02:06:10 2007 +0000
@@ -184,6 +184,7 @@
 	gtk_size_group_add_widget(dialog->sg, label);
 	gtk_misc_set_alignment(GTK_MISC(label), 0, 0.5);
 	gtk_box_pack_start(GTK_BOX(hbox), label, FALSE, FALSE, 0);
+	gtk_label_set_mnemonic_widget(GTK_LABEL(label), widget);
 	gtk_widget_show(label);
 
 	gtk_box_pack_start(GTK_BOX(hbox), widget, TRUE, TRUE, PIDGIN_HIG_BORDER);