From: <dom...@us...> - 2015-10-11 12:38:11
|
Revision: 733 http://sourceforge.net/p/fvwm-crystal/code/733 Author: dominique_libre Date: 2015-10-11 12:38:09 +0000 (Sun, 11 Oct 2015) Log Message: ----------- Preferences-Menu: fixes quoting of the ReloadRecipe function Modified Paths: -------------- ChangeLog fvwm/components/functions/Preferences-Menu Modified: ChangeLog =================================================================== --- ChangeLog 2015-10-11 12:33:27 UTC (rev 732) +++ ChangeLog 2015-10-11 12:38:09 UTC (rev 733) @@ -4,7 +4,8 @@ ------------- Dimanche 11 octobre 2015 - apps/DesktopIcons: typo fix, icon size fix for the icon row number + apps/DesktopIcons: typo fix, icon size fixes for the icon row number + functions/Preferences-Menu: fixes quoting of the ReloadRecipe function. Samedi 10 octobre 2015 recipes/*, apps/DesktopIcons: add per recipe pref setting for left/right emplacement Modified: fvwm/components/functions/Preferences-Menu =================================================================== --- fvwm/components/functions/Preferences-Menu 2015-10-11 12:33:27 UTC (rev 732) +++ fvwm/components/functions/Preferences-Menu 2015-10-11 12:38:09 UTC (rev 733) @@ -41,9 +41,7 @@ + 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]' ++ I Read '$*' # # Used recipe @@ -66,8 +64,7 @@ AddToFunc Recipe-Set + I InfoStoreAdd Fvwm_Crystal_Recipe "$*" + I SavePreferences LastChoosenRecipe "InfoStoreAdd Fvwm_Crystal_Recipe $*" -+ I ReloadRecipe -#+ I Module FvwmForm Recipe-Restart-Dialog ++ I ReloadRecipe '$*' All (Recipe-Restart-Dialog) Close DestroyModuleConfig Recipe-Restart-Dialog: * This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |