From: <dom...@us...> - 2015-12-31 14:01:56
|
Revision: 844 http://sourceforge.net/p/fvwm-crystal/code/844 Author: dominique_libre Date: 2015-12-31 14:01:53 +0000 (Thu, 31 Dec 2015) Log Message: ----------- fix the icons when resuming from a NoIcon style Modified Paths: -------------- ChangeLog fvwm/components/functions/Icon-Amiga fvwm/components/functions/Icon-Mwm fvwm/components/functions/Icon-Thumbnails Modified: ChangeLog =================================================================== --- ChangeLog 2015-12-30 21:41:34 UTC (rev 843) +++ ChangeLog 2015-12-31 14:01:53 UTC (rev 844) @@ -3,6 +3,10 @@ Version 3.4.0 ------------- +jeudi 31 décembre 2015 + functions/Icon-[Amiga|Mwm|Thumbnails]: fix the icons when resuming from a NoIcon style + (some recipes and No Icon on desktop). + mercredi 30 décembre 2015 functions/Mixer: make amixer to work with 2 hardware steps when called with Alt+Shift+[,|.]. Modified: fvwm/components/functions/Icon-Amiga =================================================================== --- fvwm/components/functions/Icon-Amiga 2015-12-30 21:41:34 UTC (rev 843) +++ fvwm/components/functions/Icon-Amiga 2015-12-31 14:01:53 UTC (rev 844) @@ -1,5 +1,6 @@ # Icons - Amiga style +Style * !NoIcon Style * IconTitle Style * IconTitleColorset $[infostore.cs_menu_active] Style * HilightIconTitleColorset $[infostore.cs_menu_active] Modified: fvwm/components/functions/Icon-Mwm =================================================================== --- fvwm/components/functions/Icon-Mwm 2015-12-30 21:41:34 UTC (rev 843) +++ fvwm/components/functions/Icon-Mwm 2015-12-31 14:01:53 UTC (rev 844) @@ -1,5 +1,6 @@ # Icons - Mwm style +Style * !NoIcon Style * IconTitle Style * IconTitleColorset $[infostore.cs_panel_wininactive] Style * HilightIconTitleColorset $[infostore.cs_panel_winactive] Modified: fvwm/components/functions/Icon-Thumbnails =================================================================== --- fvwm/components/functions/Icon-Thumbnails 2015-12-30 21:41:34 UTC (rev 843) +++ fvwm/components/functions/Icon-Thumbnails 2015-12-31 14:01:53 UTC (rev 844) @@ -5,6 +5,7 @@ SetEnv ThumbHeight 128 # Icons don't have titles +Style * !NoIcon Style * NoIconTitle Style * IconSize 128 128 #Style * HilightIconTitleColorset This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |