Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : mail

Dir     : e_modules/mail


Modified Files:
        e_mod_config_box.c 


Log Message:
When switching type to Imap, default the New Path entry to "Inbox" for users
that do not know their default Imap path.

===================================================================
RCS file: /cvs/e/e_modules/mail/e_mod_config_box.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- e_mod_config_box.c  11 Jun 2006 17:44:39 -0000      1.5
+++ e_mod_config_box.c  12 Jun 2006 20:52:15 -0000      1.6
@@ -329,6 +329,7 @@
        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");
      }




_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to