[Pkg-e-commits] [SCM] Enlightenment 17 branch, upstream-vcs, updated. a4f99cdaf59e45e3fa16746e0ae90039333bb158
morlenxus
morlenxus at alioth.debian.org
Fri Mar 21 14:51:35 UTC 2008
The following commit has been merged in the upstream-vcs branch:
commit 49142b343ccf1d4f8b543185f96cc1df7f8ae4ba
Author: morlenxus <morlenxus>
Date: Wed Mar 12 23:49:45 2008 +0000
e was broken, fixies.
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 1c725b9..f2350a8 100644
--- a/src/modules/conf_wallpaper/e_int_config_wallpaper_web.c
+++ b/src/modules/conf_wallpaper/e_int_config_wallpaper_web.c
@@ -42,7 +42,7 @@ struct _E_Config_Dialog_Data
const char *source;
};
-#define TEMPLATE "/tmp/wallpXXXXXX";
+#define TEMPLATE "/tmp/wallpXXXXXX"
static void _file_double_click_cb(void *data, Evas_Object *obj, void *ev_info);
static void _file_click_cb(void *data, Evas_Object *obj, void *ev_info);
@@ -316,6 +316,7 @@ _parse_feed(void *data)
char instr[1024];
char *edj;
char *img;
+ char *title;
int state = -1;
@@ -340,9 +341,9 @@ _parse_feed(void *data)
{
char *p;
- edj = strchr(instr, ">");
+ edj = strchr(instr, '>');
edj++;
- p = strchr(edj, "<");
+ p = strchr(edj, '<');
*p = 0;
p = strrchr(ecore_file_file_get(edj), '.');
if (!strcmp(p, ".edj"))
--
Enlightenment 17
More information about the Pkg-e-commits
mailing list