Enlightenment CVS committal

Author  : titan
Project : e17
Module  : proto

Dir     : e17/proto/ephoto/src


Modified Files:
        ephoto.c 


Log Message:
More ephoto rewrite.

===================================================================
RCS file: /cvs/e/e17/proto/ephoto/src/ephoto.c,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -3 -r1.74 -r1.75
--- ephoto.c    7 Sep 2006 13:59:23 -0000       1.74
+++ ephoto.c    7 Sep 2006 23:08:50 -0000       1.75
@@ -77,6 +77,14 @@
  ewl_callback_append(m->image, EWL_CALLBACK_CLICKED, go_home, NULL);
  ewl_widget_show(m->image);
 
+ m->image = ewl_image_new();
+ ewl_container_child_append(EWL_CONTAINER(m->hbox), m->image);
+ icon_theme_path = ewl_icon_theme_icon_path_get(EWL_ICON_EMBLEM_FAVORITE,
+                                                EWL_ICON_SIZE_MEDIUM);
+ ewl_image_file_set(EWL_IMAGE(m->image), icon_theme_path, 
+                                               EWL_ICON_EMBLEM_FAVORITE);
+ ewl_widget_show(m->image);
+      
  m->text = ewl_text_new();
  ewl_text_text_set(EWL_TEXT(m->text), "  Location:");
  ewl_object_alignment_set(EWL_OBJECT(m->text), EWL_FLAG_ALIGN_CENTER);



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