Enlightenment CVS committal Author : iamsthitha Project : e_modules Module : taskbar
Dir : e_modules/taskbar Modified Files: e_mod_main.c Log Message: update labels even faster =================================================================== RCS file: /cvs/e/e_modules/taskbar/e_mod_main.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -3 -r1.10 -r1.11 --- e_mod_main.c 18 Jul 2006 05:16:49 -0000 1.10 +++ e_mod_main.c 18 Jul 2006 05:31:43 -0000 1.11 @@ -613,8 +613,6 @@ label = ic->border->client.netwm.name; if (!label) - label = ic->border->client.icccm.title; - if (!label) label = "?"; edje_object_part_text_set(ic->o_holder, "label", label); edje_object_part_text_set(ic->o_holder2, "label", label); @@ -1110,9 +1108,7 @@ inst = l->data; ic = _taskbar_icon_find(inst->taskbar, bd); if (ic) { - label = ic->border->client.netwm.name; - if (!label) - label = ic->border->client.icccm.title; + ecore_x_netwm_name_get(ic->border->client.win, &label); if (!label) label = "?"; edje_object_part_text_set(ic->o_holder, "label", label); ------------------------------------------------------------------------- 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