From: <dom...@us...> - 2015-10-12 10:49:06
|
Revision: 737 http://sourceforge.net/p/fvwm-crystal/code/737 Author: dominique_libre Date: 2015-10-12 10:49:04 +0000 (Mon, 12 Oct 2015) Log Message: ----------- fix Reload-Recipe when the recipe is not given to the function Modified Paths: -------------- ChangeLog fvwm/components/functions/Preferences-Menu Modified: ChangeLog =================================================================== --- ChangeLog 2015-10-12 09:21:42 UTC (rev 736) +++ ChangeLog 2015-10-12 10:49:04 UTC (rev 737) @@ -7,7 +7,8 @@ bin/fvwm-crystal.generate-menu: fix for multiple localised Name entries in desktop files whih caused bad filenames, resulting in "No such command 'xyz'" fvwm errors when loading the resulting application menu. - + functions/Preferences-Menu: fix Reload-Recipe when the recipe is not given to the function. + Dimanche 11 octobre 2015 apps/DesktopIcons: typo fix, icon size fixes for the icon row number functions/Preferences-Menu: fixes quoting of the ReloadRecipe function. Modified: fvwm/components/functions/Preferences-Menu =================================================================== --- fvwm/components/functions/Preferences-Menu 2015-10-12 09:21:42 UTC (rev 736) +++ fvwm/components/functions/Preferences-Menu 2015-10-12 10:49:04 UTC (rev 737) @@ -41,7 +41,9 @@ + I Exec exec killall stalonetray $[infostore.SILENT] + I Exec exec killall trayer $[infostore.SILENT] + I Exec exec killall UpdateInfoline $[infostore.SILENT] -+ I Read '$*' ++ I PipeRead "if [[ '$*' != '' ]]; \ + then echo Read \\'$*\\'; \ + else echo Read \\'$[infostore.Fvwm_Crystal_Recipe]\\'; fi" # # Used recipe This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |