Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_winlist.c 


Log Message:


oops - actuallly support the title for the winlist box

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_winlist.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- e_winlist.c 16 Jun 2005 01:55:19 -0000      1.20
+++ e_winlist.c 16 Jun 2005 02:41:48 -0000      1.21
@@ -112,7 +112,7 @@
    e_box_orientation_set(o, 0);
    e_box_homogenous_set(o, 1);
    edje_object_part_swallow(bg_object, "list_swallow", o);
-   edje_object_part_text_set(bg_object, "title_text", _("Select a window"));
+   edje_object_part_text_set(bg_object, "title", _("Select a window"));
    evas_object_show(o);
 
    desk = e_desk_current_get(winlist->zone);




-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to