From e522a301b4ecfabbf40fb42ed7e082c293a7f2db Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Mon, 15 Dec 2008 06:44:07 +0000 Subject: Add the unread vfolder hack. 2008-12-15 Srinivasa Ragavan * em-account-editor.c: (emae_option_checkspin): * em-folder-tree.c: (emft_popup_uvfolder), (emft_popup): Add the unread vfolder hack. svn path=/trunk/; revision=36884 --- mail/em-account-editor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/em-account-editor.c') diff --git a/mail/em-account-editor.c b/mail/em-account-editor.c index caa8aa50f5..9d82b61620 100644 --- a/mail/em-account-editor.c +++ b/mail/em-account-editor.c @@ -2001,7 +2001,7 @@ emae_option_checkspin(EMAccountEditorService *service, CamelURL *url, const char spin = gtk_spin_button_new((GtkAdjustment *)gtk_adjustment_new(def, min, max, 1, 1, 1), 1, 0); if (post) - label = gtk_label_new(post); + label = gtk_label_new_with_mnemonic(post); gtk_box_pack_start((GtkBox *)hbox, check, FALSE, TRUE, 0); gtk_box_pack_start((GtkBox *)hbox, spin, FALSE, TRUE, 0); if (label) -- cgit v1.2.3