Tue, 26 Jun 2007 19:55:22 +0000
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) {