Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : mail

Dir     : e_modules/mail


Modified Files:
        e_mod_config_box.c 


Log Message:
Missed an module_dialog_show here.

===================================================================
RCS file: /cvs/e/e_modules/mail/e_mod_config_box.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- e_mod_config_box.c  13 Jun 2006 12:24:07 -0000      1.9
+++ e_mod_config_box.c  2 Jul 2006 19:10:15 -0000       1.10
@@ -230,11 +230,7 @@
    int is_new = 0;
 
    if (cfdata->name == NULL) 
-     {
-       e_module_dialog_show(_("Enlightenment Mail Module"),
-                            _("You must enter a name for this mailbox."));
-       return 0;
-     }
+     return 0;
    
    cb = cfd->data;
    if (!cb) 



Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to