Enlightenment CVS committal
Author : devilhorns
Project : e_modules
Module : mail
Dir : e_modules/mail
Modified Files:
e_mod_config.c
Log Message:
Disable new mail path for imap, it's not used anyway.
===================================================================
RCS file: /cvs/e/e_modules/mail/e_mod_config.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- e_mod_config.c 7 Jun 2006 22:14:24 -0000 1.3
+++ e_mod_config.c 8 Jun 2006 09:30:49 -0000 1.4
@@ -283,7 +283,7 @@
E_Config_Dialog_Data *cfdata;
cfdata = data;
- if (cfdata->type == 0)
+ if ((cfdata->type == 0) || (cfdata->type == 1))
{
e_widget_disabled_set(cfdata->new_path_label, 1);
e_widget_disabled_set(cfdata->new_path_entry, 1);
@@ -292,7 +292,7 @@
e_widget_entry_text_set(cfdata->new_path_entry, "");
e_widget_entry_text_set(cfdata->cur_path_entry, "");
}
- else if ((cfdata->type == 1) || (cfdata->type == 3))
+ else if (cfdata->type == 3)
{
e_widget_disabled_set(cfdata->new_path_label, 0);
e_widget_disabled_set(cfdata->new_path_entry, 0);
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs