Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/modules/conf


Modified Files:
        e_conf.c 


Log Message:
No need to check type if we only register to one event.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/modules/conf/e_conf.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- e_conf.c    24 Nov 2007 10:16:13 -0000      1.6
+++ e_conf.c    24 Nov 2007 12:42:54 -0000      1.7
@@ -510,7 +510,6 @@
    E_Configure *eco;
    int sel = 0;
 
-   if (type != E_EVENT_MODULE_UPDATE) return 1;
    eco = data;
    if (!eco) return 1;
    sel = e_widget_ilist_selected_get(eco->cat_list);



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to