merge of '38f4e66716849bf5a8ecce45973ba7a4676629f7'

Tue, 26 Jun 2007 19:55:22 +0000

author
Sadrul Habib Chowdhury <sadrul@pidgin.im>
date
Tue, 26 Jun 2007 19:55:22 +0000
changeset 18352
c3a3615af56e
parent 18350
38f4e6671684 (current diff)
parent 18351
b881759cda28 (diff)
child 18353
58d5e3647c9e

merge of '38f4e66716849bf5a8ecce45973ba7a4676629f7'
and 'b881759cda2865610593900421b55485a899998e'

--- a/pidgin/gtkutils.c	Tue Jun 26 19:46:26 2007 +0000
+++ b/pidgin/gtkutils.c	Tue Jun 26 19:55:22 2007 +0000
@@ -1147,6 +1147,9 @@
 	acc = gtk_widget_get_accessible (w);
 	label = gtk_widget_get_accessible (l);
 
+	/* Make sure mnemonics work */
+        gtk_label_set_mnemonic_widget(GTK_LABEL(l), w);
+	
 	/* If this object has no name, set it's name with the label text */
 	existing_name = atk_object_get_name (acc);
 	if (!existing_name) {

mercurial