From: <dom...@us...> - 2014-10-13 20:58:02
|
Revision: 646 http://sourceforge.net/p/fvwm-crystal/code/646 Author: dominique_libre Date: 2014-10-13 20:57:58 +0000 (Mon, 13 Oct 2014) Log Message: ----------- EWMH_BaseStruts: Add the desktop icons panel Modified Paths: -------------- ChangeLog fvwm/components/functions/EWMH-BaseStruts Modified: ChangeLog =================================================================== --- ChangeLog 2014-10-08 20:14:51 UTC (rev 645) +++ ChangeLog 2014-10-13 20:57:58 UTC (rev 646) @@ -1,5 +1,8 @@ ChangeLog for FVWM-Crystal +lundi 13 octobre 2014 + functions/EWMH_BaseStruts: Add the desktop icons panel. + Mercredi 8 octobre 2014 recipes/*: cleanup. Modified: fvwm/components/functions/EWMH-BaseStruts =================================================================== --- fvwm/components/functions/EWMH-BaseStruts 2014-10-08 20:14:51 UTC (rev 645) +++ fvwm/components/functions/EWMH-BaseStruts 2014-10-13 20:57:58 UTC (rev 646) @@ -74,13 +74,15 @@ DestroyFunc Interface_Show AddToFunc Interface_Show ++ I All (DesktopIcons) Iconify false + I All (FvwmPager) Iconify false -+ I All (FvwmButtons-Pager) Iconify false -+ I All (FvwmButtons-Clock) Iconify false -+ I All (FvwmButtons-Panel*) Iconify false -+ I All (FvwmButtons-MainMenu) Iconify false -+ I All (FvwmButtons-Bot*) Iconify false -+ I All (FvwmButtons-Musi*) Iconify false ++ I All (FvwmButtons-*) Iconify false +#+ I All (FvwmButtons-Pager) Iconify false +#+ I All (FvwmButtons-Clock) Iconify false +#+ I All (FvwmButtons-Panel*) Iconify false +#+ I All (FvwmButtons-MainMenu) Iconify false +#+ I All (FvwmButtons-Bot*) Iconify false +#+ I All (FvwmButtons-Musi*) Iconify false + I All (ApplicationPanel) Iconify false + I All (FvwmIconMan) Iconify false + I All (gkrellm) Iconify false @@ -93,13 +95,15 @@ DestroyFunc Interface_Hide AddToFunc Interface_Hide ++ I All (DesktopIcons) Iconify true + I All (FvwmPager) Iconify true -+ I All (FvwmButtons-Pager) Iconify true -+ I All (FvwmButtons-MainMenu) Iconify true -+ I All (FvwmButtons-Clock) Iconify true -+ I All (FvwmButtons-Panel*) Iconify true -+ I All (FvwmButtons-Bot*) Iconify true -+ I All (FvwmButtons-Musi*) Iconify true ++ I All (FvwmButtons-*) Iconify true +#+ I All (FvwmButtons-Pager) Iconify true +#+ I All (FvwmButtons-MainMenu) Iconify true +#+ I All (FvwmButtons-Clock) Iconify true +#+ I All (FvwmButtons-Panel*) Iconify true +#+ I All (FvwmButtons-Bot*) Iconify true +#+ I All (FvwmButtons-Musi*) Iconify true + I All (ApplicationPanel) Iconify true + I All (FvwmIconMan) Iconify true + I All (gkrellm) Iconify true This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |