[Pkg-e-commits] [SCM] Enlightenment 17 branch, upstream-vcs, updated. a4f99cdaf59e45e3fa16746e0ae90039333bb158
englebass
englebass at alioth.debian.org
Fri Mar 21 14:51:39 UTC 2008
The following commit has been merged in the upstream-vcs branch:
commit f6bacec1bce8ed4c5a2c6083f455126c88539017
Author: englebass <englebass>
Date: Thu Mar 13 19:28:12 2008 +0000
Make it work again (from Massimiliano Calamelli)
diff --git a/src/modules/conf_wallpaper/e_int_config_wallpaper_web.c b/src/modules/conf_wallpaper/e_int_config_wallpaper_web.c
index bc4d652..5155eb4 100644
--- a/src/modules/conf_wallpaper/e_int_config_wallpaper_web.c
+++ b/src/modules/conf_wallpaper/e_int_config_wallpaper_web.c
@@ -292,8 +292,8 @@ _source_sel_cb(void *data)
if ((cfdata->busy == 0) && (cfdata->pending_downloads == 0))
{
cfdata->source = e_widget_ilist_selected_label_get(cfdata->ol);
- cfdata->busy = 1;
_reset(import);
+ cfdata->busy = 1;
_get_feed(cfdata->ol_val, import);
}
else
@@ -355,7 +355,7 @@ _parse_feed(void *data)
img = strstr(instr, "url=");
img += 5;
p = strchr(img, '"');
- p = 0;
+ *p = 0;
img = strdup(img);
state = 3;
}
--
Enlightenment 17
More information about the Pkg-e-commits
mailing list