Missed an module_dialog_show here.

SVN revision: 23662
This commit is contained in:
Christopher Michael 2006-07-02 19:10:15 +00:00
parent 8e9c0020aa
commit 6812aa1128
1 changed files with 1 additions and 5 deletions

View File

@ -230,11 +230,7 @@ _basic_apply_data(E_Config_Dialog *cfd, E_Config_Dialog_Data *cfdata)
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)