diff options
author | Srinivasa Ragavan <sragavan@novell.com> | 2008-12-15 14:44:07 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2008-12-15 14:44:07 +0800 |
commit | e522a301b4ecfabbf40fb42ed7e082c293a7f2db (patch) | |
tree | 05b259cca15e480db2645db5632c0fb302639aef /mail/em-account-editor.c | |
parent | 19db3033bfa7429b00a5c3b5074ddd13567516bf (diff) | |
download | gsoc2013-evolution-e522a301b4ecfabbf40fb42ed7e082c293a7f2db.tar.gz gsoc2013-evolution-e522a301b4ecfabbf40fb42ed7e082c293a7f2db.tar.zst gsoc2013-evolution-e522a301b4ecfabbf40fb42ed7e082c293a7f2db.zip |
Add the unread vfolder hack.
2008-12-15 Srinivasa Ragavan <sragavan@novell.com>
* 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
Diffstat (limited to 'mail/em-account-editor.c')
-rw-r--r-- | mail/em-account-editor.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |