When switching type to Imap, default the New Path entry to "Inbox" for users

that do not know their default Imap path.


SVN revision: 23400
This commit is contained in:
Christopher Michael 2006-06-12 20:52:15 +00:00
parent 4c01d010bf
commit f3257ed1f8
1 changed files with 1 additions and 0 deletions

View File

@ -329,6 +329,7 @@ _type_cb_change(void *data, Evas_Object *obj)
e_widget_disabled_set(cfdata->cur_path_label, 1);
e_widget_disabled_set(cfdata->cur_path_entry, 1);
e_widget_entry_text_set(cfdata->cur_path_entry, "");
e_widget_entry_text_set(cfdata->new_path_entry, _("Inbox"));
e_widget_entry_text_set(cfdata->port_entry, "143");
cfdata->port = strdup("143");
}