Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : mbar

Dir     : e_modules/mbar


Modified Files:
        e_mod_main.c 


Log Message:
Basic label support. 
Has some issues with long labels.
This is preliminary and Will change in the future.

===================================================================
RCS file: /cvs/e/e_modules/mbar/e_mod_main.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- e_mod_main.c        20 Mar 2006 23:57:48 -0000      1.7
+++ e_mod_main.c        29 Mar 2006 00:25:58 -0000      1.8
@@ -785,6 +785,8 @@
    }
    evas_object_show(o);
 
+   edje_object_part_text_set(ic->bg_object, "label", a->comment);
+   
    o = edje_object_add(mbb->evas);
    ic->icon_object = o;
    evas_object_resize(o, mbb->mbar->conf->iconsize, mbb->mbar->conf->iconsize);




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to