From: <dom...@us...> - 2015-03-06 16:30:10
|
Revision: 685 http://sourceforge.net/p/fvwm-crystal/code/685 Author: dominique_libre Date: 2015-03-06 16:30:08 +0000 (Fri, 06 Mar 2015) Log Message: ----------- functions/Preferences-Menu: fix loading of recipe from the preferences menu Modified Paths: -------------- ChangeLog fvwm/components/functions/Preferences-Menu Modified: ChangeLog =================================================================== --- ChangeLog 2015-03-02 17:37:38 UTC (rev 684) +++ ChangeLog 2015-03-06 16:30:08 UTC (rev 685) @@ -1,5 +1,8 @@ ChangeLog for FVWM-Crystal +vendredi 6 mars 2015 + functions/Preferences-Menu: fix loading of recipe from the preferences menu. + lundi 2 mars 2015 functions/Music, functions/Media: introducing mplayer tooltip instead of the OSD menu. apps/DesktopIcons: fix for the refresh of the actions in the preferences menu. Modified: fvwm/components/functions/Preferences-Menu =================================================================== --- fvwm/components/functions/Preferences-Menu 2015-03-02 17:37:38 UTC (rev 684) +++ fvwm/components/functions/Preferences-Menu 2015-03-06 16:30:08 UTC (rev 685) @@ -41,7 +41,7 @@ + I Exec exec killall stalonetray $[infostore.SILENT] + I Exec exec killall trayer $[infostore.SILENT] + I Exec exec killall UpdateInfoline $[infostore.SILENT] -+ I Read "$[infostore.Fvwm_Crystal_Recipe]" ++ I Read $[infostore.Fvwm_Crystal_Recipe] # # Used recipe This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |