Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
        e_int_config_startup.c 


Log Message:
Cleanup some compiler warnings. No real need for the *f there.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/modules/conf_startup/e_int_config_startup.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- e_int_config_startup.c      25 Jul 2007 17:00:51 -0000      1.3
+++ e_int_config_startup.c      23 Aug 2007 10:47:28 -0000      1.4
@@ -251,7 +251,7 @@
 {
    Evas_Object *o, *ot, *of, *il, *ol;
    char path[4096];
-   const char *f, *homedir;
+   const char *homedir;
    E_Fm2_Config fmc;
    E_Zone *z;
    E_Radio_Group *rg;
@@ -338,8 +338,7 @@
    o = e_widget_preview_add(evas, 320, (320 * z->h) / z->w);
    cfdata->o_preview = o;
    if (cfdata->splash)
-     f = cfdata->splash;
-   e_widget_preview_edje_set(o, f, "e/init/splash");
+     e_widget_preview_edje_set(o, cfdata->splash, "e/init/splash");
    e_widget_list_object_append(of, o, 0, 0, 0.5);
    
    e_widget_table_object_append(ot, of, 1, 0, 1, 1, 0, 0, 0, 0);



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