Enlightenment CVS wrote:
> diff -u -3 -r1.586 -r1.587
> --- e_border.c        11 Apr 2007 15:37:03 -0000      1.586
> +++ e_border.c        13 Apr 2007 01:47:56 -0000      1.587
> @@ -4342,11 +4342,10 @@
>  
>             bd = l->data;
>             if (bd->desktop == event->previous)
> -             {
>                  bd->desktop = event->current;
> -                bd->changes.icon = 1;
> -                bd->changed = 1;
> -             }
> +           /* check all borders. the updated icon may now apply to them 
> (e.g. adding a StartupWMClass) */
> +           bd->changes.icon = 1;
> +           bd->changed = 1;
>          }
>        break;
>       }

You need to set ->desktop to NULL if e is to search for a new .desktop file.

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
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to