Enlightenment CVS committal

Author  : rephorm
Project : e_modules
Module  : mail

Dir     : e_modules/mail


Modified Files:
        e_mod_config_box.c 


Log Message:
set the dialog's data after creating an mailbox
(before, if you added a mailbox, hit apply, then changed something and hit 
apply again, a second copy would be created)

===================================================================
RCS file: /cvs/e/e_modules/mail/e_mod_config_box.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- e_mod_config_box.c  12 Jun 2006 20:52:15 -0000      1.6
+++ e_mod_config_box.c  13 Jun 2006 00:42:52 -0000      1.7
@@ -296,6 +296,7 @@
 
    if (is_new) 
      {
+       cfd->data = cb;
        mail_ci->boxes = evas_list_append(mail_ci->boxes, cb);
        e_config_save_queue();
        _mail_box_added(mail_ci->id, cb->name);




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

Reply via email to