From: <dom...@us...> - 2015-11-21 17:28:49
|
Revision: 794 http://sourceforge.net/p/fvwm-crystal/code/794 Author: dominique_libre Date: 2015-11-21 17:28:46 +0000 (Sat, 21 Nov 2015) Log Message: ----------- Oops, forgoten Perferences-Menu for previous fix Modified Paths: -------------- ChangeLog fvwm/components/functions/Preferences-Menu Modified: ChangeLog =================================================================== --- ChangeLog 2015-11-21 17:24:34 UTC (rev 793) +++ ChangeLog 2015-11-21 17:28:46 UTC (rev 794) @@ -12,7 +12,8 @@ scripts/random-wallpaper: fix somme POSIX and portability issues; fix the number of possible subdirectories in wallpapers/, now unlimited or system limited; fix removing of the temporary file. Thank to Alwin for pointing that out. - apps/DesktopIcons; scripts/desktop_manager: fix temporary file removing. + apps/DesktopIcons; scripts/desktop_manager; functions/Preferences-Menu: + fix temporary file removing. Lundi 16 novembre 2015 + icons/: a few new icons contributed by Jorge Daniel Sampayo Vargas. Modified: fvwm/components/functions/Preferences-Menu =================================================================== --- fvwm/components/functions/Preferences-Menu 2015-11-21 17:24:34 UTC (rev 793) +++ fvwm/components/functions/Preferences-Menu 2015-11-21 17:28:46 UTC (rev 794) @@ -267,7 +267,8 @@ DestroyFunc LaunchDesktopManager-None AddToFunc LaunchDesktopManager-None + I SavePreferences DefaultDesktopManager "LoadPreferences LastChoosenWallpaper" -+ I Exec exec killall DesktopCheckMounts $[infostore.SILENT] ++ I Exec exec kill $[infostore.DesktopCheckMountsPID] $[infostore.SILENT] ++ I Exec exec rm $[infostore.tmpdrivefile] $[infostore.SILENT] + I KillModule FvwmButtons DesktopIcons + I DestroyModuleConfig DesktopIcons: * This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |