Enlightenment CVS committal
Author : morlenxus
Project : e17
Module : apps/e
Dir : e17/apps/e/src/modules/conf_wallpaper
Modified Files:
e_int_config_wallpaper_web.c
Log Message:
e was broken, fixies.
===================================================================
RCS file:
/cvs/e/e17/apps/e/src/modules/conf_wallpaper/e_int_config_wallpaper_web.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- e_int_config_wallpaper_web.c 12 Mar 2008 21:13:21 -0000 1.6
+++ e_int_config_wallpaper_web.c 12 Mar 2008 23:49:45 -0000 1.7
@@ -42,7 +42,7 @@
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 @@
char instr[1024];
char *edj;
char *img;
+ char *title;
int state = -1;
@@ -340,9 +341,9 @@
{
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"))
-------------------------------------------------------------------------
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