Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : proto

Dir     : e17/proto/exhibit/src/bin


Modified Files:
        exhibit_image.c 


Log Message:
E's desktop bg group changed, now we can set E backgrounds again. rock.

===================================================================
RCS file: /cvs/e/e17/proto/exhibit/src/bin/exhibit_image.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -3 -r1.34 -r1.35
--- exhibit_image.c     15 Aug 2006 22:21:47 -0000      1.34
+++ exhibit_image.c     23 Aug 2006 21:18:43 -0000      1.35
@@ -1073,7 +1073,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", im->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", im->filename, filename_s, w, h, w, h);
           snprintf(e_bg_set, PATH_MAX, "enlightenment_remote -default-bg-set 
%s", im->filename);
           snprintf(esetroot_s, PATH_MAX, "Esetroot %s %s ", esetroot_opt, 
                 filename_s);    
@@ -1115,7 +1115,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

Reply via email to