Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
        e_int_config_transitions.c 


Log Message:
Initialize some variables to remove compiler warning.

===================================================================
RCS file: 
/cvs/e/e17/apps/e/src/modules/conf_transitions/e_int_config_transitions.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- e_int_config_transitions.c  24 Jul 2007 18:47:26 -0000      1.2
+++ e_int_config_transitions.c  23 Aug 2007 10:40:43 -0000      1.3
@@ -177,7 +177,7 @@
 _event_cb_changed(void *data) 
 {
    E_Config_Dialog_Data *cfdata;
-   const char *list, *trans;
+   const char *list, *trans = NULL;
    int sel, i;
    
    cfdata = data;



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to