[evolution-ews] Bug #654547 Setting mnemonic label to the right widget



commit 21d0b4bc23de1c113c31552406efeb8a3f4210ca
Author: Punit Jain <jpunit novell com>
Date:   Tue Sep 20 16:24:22 2011 +0530

    Bug #654547 Setting mnemonic label to the right widget

 .../exchange-ews-account-setup.c                   |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/account-setup-eplugin/exchange-ews-account-setup.c b/src/account-setup-eplugin/exchange-ews-account-setup.c
index 06a06eb..49c204f 100644
--- a/src/account-setup-eplugin/exchange-ews-account-setup.c
+++ b/src/account-setup-eplugin/exchange-ews-account-setup.c
@@ -642,6 +642,7 @@ org_gnome_ews_oab_settings (EPlugin *epl, EConfigHookItemFactoryData *data)
 		/* OAL combo and fetch OAL button */	
 		hbox = gtk_hbox_new (FALSE, 6);
 		oal_combo = gtk_combo_box_text_new ();
+		gtk_label_set_mnemonic_widget (GTK_LABEL(label), oal_combo);
 		gtk_box_pack_start (GTK_BOX (hbox), oal_combo, TRUE, TRUE, 0);
 
 		fetch_button = gtk_button_new_with_mnemonic (_("Fetch _list"));



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]