Fix visibility of save sent mail option

Closes: bgo #725286
This commit is contained in:
Charles Lindsay 2014-03-04 17:27:29 -08:00
parent 56a3e174f7
commit 5b622c00c4

View file

@ -619,7 +619,7 @@ public class AddEditPage : Gtk.Box {
welcome_box.visible = mode == PageMode.WELCOME;
entry_nickname.visible = label_nickname.visible = mode != PageMode.WELCOME;
storage_container.visible = mode == PageMode.EDIT;
check_save_sent_mail.visible = mode != PageMode.WELCOME;
check_save_sent_mail.visible = mode == PageMode.EDIT;
if (get_service_provider() == Geary.ServiceProvider.OTHER) {
// Display all options for custom providers.