Enlightenment CVS committal

Author  : titan
Project : e17
Module  : proto

Dir     : e17/proto/ephoto/src


Modified Files:
        ephoto_callbacks.c 


Log Message:
Better method of shadow work.

===================================================================
RCS file: /cvs/e/e17/proto/ephoto/src/ephoto_callbacks.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -3 -r1.22 -r1.23
--- ephoto_callbacks.c  15 Sep 2006 02:44:36 -0000      1.22
+++ ephoto_callbacks.c  15 Sep 2006 03:08:38 -0000      1.23
@@ -219,7 +219,8 @@
   ewl_image_thumbnail_request(EWL_IMAGE_THUMBNAIL(m->icon), image);
   ewl_container_child_append(EWL_CONTAINER(shadow), m->icon);
   ewl_image_size_set(EWL_IMAGE(m->icon), 100, 100);
-  ewl_theme_data_str_set(m->icon, "/image_thumbnail/group", "entry");
+  ewl_theme_data_str_set(m->icon, "/image_thumbnail/group",
+                        ewl_theme_data_str_get(m->entry, "group"));
   ewl_widget_show(m->icon);
  }
  ecore_list_destroy(ls);



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