Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
        e_int_config_display.c 


Log Message:
Initialze variable to 0, eliminate compiler warning.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/modules/conf_display/e_int_config_display.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- e_int_config_display.c      28 Jul 2007 03:50:14 -0000      1.1
+++ e_int_config_display.c      23 Aug 2007 10:49:50 -0000      1.2
@@ -381,7 +381,7 @@
    E_Radio_Group *rg;
    E_Manager *man;
    Ecore_X_Screen_Size *sizes;
-   int i, s, sel;
+   int i, s, sel = 0;
 
    o = e_widget_list_add(evas, 0, 1);
 



-------------------------------------------------------------------------
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