Enlightenment CVS committal Author : englebass Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_int_config_theme.c Log Message: Remove useless variable. =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_theme.c,v retrieving revision 1.49 retrieving revision 1.50 diff -u -3 -r1.49 -r1.50 --- e_int_config_theme.c 2 May 2007 02:18:39 -0000 1.49 +++ e_int_config_theme.c 2 May 2007 18:38:23 -0000 1.50 @@ -339,7 +339,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; @@ -436,10 +436,7 @@ o = e_widget_preview_add(evas, mw, mh); cfdata->o_preview = o; if (cfdata->theme) - { - f = cfdata->theme; - e_widget_preview_edje_set(o, f, "e/desktop/background"); - } + e_widget_preview_edje_set(o, cfdata->theme, "e/desktop/background"); e_widget_aspect_child_set(oa, o); e_widget_list_object_append(of, oa, 1, 1, 0); ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs