Enlightenment CVS committal Author : devilhorns Project : e17 Module : apps/e_utils
Dir : e17/apps/e_utils/src/bin/e17setroot Modified Files: e17setroot.c Log Message: Patch from boneyfrog for fixing E backgrounds. =================================================================== RCS file: /cvs/e/e17/apps/e_utils/src/bin/e17setroot/e17setroot.c,v retrieving revision 1.33 retrieving revision 1.34 diff -u -3 -r1.33 -r1.34 --- e17setroot.c 9 Jul 2006 23:13:39 -0000 1.33 +++ e17setroot.c 1 Sep 2006 12:37:04 -0000 1.34 @@ -195,7 +195,7 @@ roots = ecore_x_window_root_list(&num); ecore_x_window_size_get(roots[0], &w, &h); snprintf(filename_s, PATH_MAX, "/tmp/%s.png", filenoext); - snprintf(static_bg, PATH_MAX, "edje_thumb %s desktop/background %s -g %dx%d -og %dx%d", filename, filename_s, w, h, w, h); + snprintf(static_bg, PATH_MAX, "edje_thumb %s e/desktop/background %s -g %dx%d -og %dx%d", filename, filename_s, w, h, w, h); system(static_bg); _e_bg_bg_set(filename); @@ -229,7 +229,7 @@ engrave_file_image_add(edj, image); grp = engrave_group_new(); - engrave_group_name_set(grp, "desktop/background"); + engrave_group_name_set(grp, "e/desktop/background"); engrave_file_group_add(edj, grp); part = engrave_part_new(ENGRAVE_PART_TYPE_IMAGE); ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs