Enlightenment CVS committal

Author  : dj2
Project : misc
Module  : eke

Dir     : misc/eke/src


Modified Files:
        eke_gui_edje.c 


Log Message:
use the config theme

===================================================================
RCS file: /cvsroot/enlightenment/misc/eke/src/eke_gui_edje.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- eke_gui_edje.c      27 Dec 2004 22:45:01 -0000      1.1
+++ eke_gui_edje.c      27 Dec 2004 23:31:19 -0000      1.2
@@ -148,7 +148,7 @@
     ecore_list_goto_first(feed->items);
     edje_object_file_get(eke->gui.edje.edje, &file, NULL);
     while ((item = ecore_list_next(feed->items)) != NULL) {
-        if((obj = eke_gui_edje_item_new(evas, "../data/themes/default.eet", 
"feed.body.item"))) {
+        if((obj = eke_gui_edje_item_new(evas, eke->gui.edje.theme, 
"feed.body.item"))) {
             eke_gui_edje_item_init(obj, item->title, item->link, item->desc);
             evas_object_resize(obj, w, 150);
             evas_object_show(obj);




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to