Enlightenment CVS committal

Author  : urandom
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_fwin.c 


Log Message:
made the base object of the fwin themeable, instead of hardcode white

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_fwin.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- e_fwin.c    23 Oct 2006 15:40:43 -0000      1.7
+++ e_fwin.c    23 Oct 2006 16:34:21 -0000      1.8
@@ -65,8 +65,9 @@
    /* FIXME: "select" of a file opens that file  based on mimetype etc. */
    /* FIXME: if file executable - run it */
    
-   o = evas_object_rectangle_add(e_win_evas_get(fwin->win));
-   evas_object_color_set(o, 255, 255, 255, 255);
+   o = edje_object_add(e_win_evas_get(fwin->win));
+   e_theme_edje_object_set(o, "base/theme/fileman",
+                          "e/fileman/window/main");
    evas_object_show(o);
    fwin->bg_obj = o;
    



-------------------------------------------------------------------------
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