-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi, the bug found in my new theme fetcher affects wallpaper
fetcher too, so here's the fix

Regards

Massimiliano
- -- 
Massimiliano Calamelli
http://mcalamelli.netsons.org
[EMAIL PROTECTED]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (MingW32)

iD8DBQFIa12PleGEL56NNP4RAsaOAKCcFk8CSHGuiSvnK20ArBBo/Vpv7ACgoVRa
UJ+MP3RgitVvScAmesnj/nM=
=528M
-----END PGP SIGNATURE-----
Index: e_int_config_wallpaper_web.c
===================================================================
RCS file: 
/var/cvs/e/e17/apps/e/src/modules/conf_wallpaper/e_int_config_wallpaper_web.c,v
retrieving revision 1.16
diff -u -r1.16 e_int_config_wallpaper_web.c
--- e_int_config_wallpaper_web.c        19 Jun 2008 17:30:47 -0000      1.16
+++ e_int_config_wallpaper_web.c        2 Jul 2008 10:43:57 -0000
@@ -448,7 +448,7 @@
    cfdata = import->cfdata;
    sels = e_fm2_selected_list_get(cfdata->ofm);
    if (!sels) return;
-   if (cfdata->ready_for_edj == 0) return;
+   //if (cfdata->ready_for_edj == 0) return;
 
    icon_info = sels->data;
    if (ecore_list_find(cfdata->names, ECORE_COMPARE_CB(_list_find), 
icon_info->file))
-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to