Enlightenment CVS wrote:
>          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);

This is wrong. The netwm name isn't always set, so you need to check 
ecore_x_icccm_title_get() too.

Sebastian

-------------------------------------------------------------------------
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-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to