Enlightenment CVS committal
Author : englebass
Project : e17
Module : apps/e
Dir : e17/apps/e/src/modules/conf_wallpaper
Modified Files:
e_int_config_wallpaper.h e_int_config_wallpaper_web.c
Log Message:
Fix compiler warnings.
===================================================================
RCS file:
/cvs/e/e17/apps/e/src/modules/conf_wallpaper/e_int_config_wallpaper.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- e_int_config_wallpaper.h 24 Oct 2007 08:37:48 -0000 1.3
+++ e_int_config_wallpaper.h 13 Mar 2008 19:19:10 -0000 1.4
@@ -13,6 +13,7 @@
EAPI void e_int_config_wallpaper_update(E_Config_Dialog *dia, char *file);
EAPI void e_int_config_wallpaper_import_done(E_Config_Dialog *dia);
EAPI void e_int_config_wallpaper_gradient_done(E_Config_Dialog *dia);
+EAPI void e_int_config_wallpaper_web_done(E_Config_Dialog *dia);
EAPI void e_int_config_wallpaper_handler_set(Evas_Object *obj, const char
*path, void *data);
EAPI int e_int_config_wallpaper_handler_test(Evas_Object *obj, const char
*path, void *data);
===================================================================
RCS file:
/cvs/e/e17/apps/e/src/modules/conf_wallpaper/e_int_config_wallpaper_web.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- e_int_config_wallpaper_web.c 12 Mar 2008 23:49:45 -0000 1.7
+++ e_int_config_wallpaper_web.c 13 Mar 2008 19:19:10 -0000 1.8
@@ -70,7 +70,7 @@
Import *import;
E_Config_Dialog_Data *cfdata;
- Evas_Object *o, *ol, *of, *ofm, *osfm, *otl;
+ Evas_Object *o, *ol, *of, *ofm, *osfm;
Evas_Coord mw, mh;
E_Fm2_Config fmc;
@@ -94,9 +94,6 @@
cfdata = E_NEW(E_Config_Dialog_Data, 1);
- ecore_con_url_init();
- ecore_file_download_init();
-
cfdata->ecu = ecore_con_url_new("http://fake.url");
cfdata->ready_for_edj = 0;
@@ -210,8 +207,6 @@
ecore_event_handler_del(cfdata->hdata);
if (cfdata->hcomplete)
ecore_event_handler_del(cfdata->hcomplete);
- ecore_file_download_shutdown();
- ecore_con_url_shutdown();
if (cfdata->tmpdir)
{
@@ -404,7 +399,7 @@
asprintf(&dtmp, "%s/.tmp", cfdata->tmpdir);
ecore_file_mkdir(dtmp);
ecore_list_first_goto(cfdata->thumbs);
- while (src = ecore_list_next(cfdata->thumbs))
+ while ((src = ecore_list_next(cfdata->thumbs)))
{
asprintf(&dest, "%s/%s", dtmp, ecore_file_file_get(src));
ecore_file_download(src, dest, _get_thumb_complete, NULL, import);
@@ -488,7 +483,6 @@
{
Import *i;
E_Config_Dialog_Data *cfdata;
- int num = 0;
const char *file;
char *buf;
char *title;
@@ -589,7 +583,6 @@
E_Config_Dialog_Data *cfdata;
extern int errno;
char *title;
- char *tpl;
import = data;
cfdata = import->cfdata;
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs