From: <dom...@us...> - 2015-06-04 19:51:06
|
Revision: 689 http://sourceforge.net/p/fvwm-crystal/code/689 Author: dominique_libre Date: 2015-06-04 19:51:04 +0000 (Thu, 04 Jun 2015) Log Message: ----------- Fix quoting in Reload-Recipe Modified Paths: -------------- ChangeLog fvwm/components/functions/Preferences-Menu Modified: ChangeLog =================================================================== --- ChangeLog 2015-06-03 17:04:40 UTC (rev 688) +++ ChangeLog 2015-06-04 19:51:04 UTC (rev 689) @@ -1,5 +1,8 @@ ChangeLog for FVWM-Crystal +jeudi 3 juin 2015 + components/Pteferences-Menu: Fix quoting in Reload-Recipe. + mercredi 2 juin 2015 preferences/DesktopDirs; preferences/IconsDirs: add file name as commented 1st line. recipes/LapLeft*; recipes/LapRight*: fix panel alignement. Modified: fvwm/components/functions/Preferences-Menu =================================================================== --- fvwm/components/functions/Preferences-Menu 2015-06-03 17:04:40 UTC (rev 688) +++ fvwm/components/functions/Preferences-Menu 2015-06-04 19:51:04 UTC (rev 689) @@ -41,6 +41,8 @@ + I Exec exec killall stalonetray $[infostore.SILENT] + I Exec exec killall trayer $[infostore.SILENT] + I Exec exec killall UpdateInfoline $[infostore.SILENT] +# Reload pref, otherwise Read recipe quoting fail. ++ I LoadPreferences LastChoosenRecipe + I Read '$[infostore.Fvwm_Crystal_Recipe]' # This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |