Enlightenment CVS committal Author : devilhorns Project : e_modules Module : net
Dir : e_modules/net/src Modified Files: e_mod_gadcon.c Log Message: Set show/hide text when we create the module so that theme switching will retain the users preference. =================================================================== RCS file: /cvs/e/e_modules/net/src/e_mod_gadcon.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- e_mod_gadcon.c 13 Feb 2007 08:37:13 -0000 1.3 +++ e_mod_gadcon.c 14 Feb 2007 11:48:28 -0000 1.4 @@ -35,6 +35,11 @@ _cb_mouse_out, inst); evas_object_show(inst->o_net); + if (!ci->show_text) + edje_object_signal_emit(inst->o_net, "e,state,text,hide", "e"); + else + edje_object_signal_emit(inst->o_net, "e,state,text,show", "e"); + gcc = e_gadcon_client_new(gc, name, id, style, inst->o_net); gcc->data = inst; inst->gcc = gcc; ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs