From: <dom...@us...> - 2015-12-28 18:06:31
|
Revision: 835 http://sourceforge.net/p/fvwm-crystal/code/835 Author: dominique_libre Date: 2015-12-28 18:06:28 +0000 (Mon, 28 Dec 2015) Log Message: ----------- CheckForFiles: load the EDITOR preferences Modified Paths: -------------- ChangeLog fvwm/components/functions/CheckForFiles Modified: ChangeLog =================================================================== --- ChangeLog 2015-12-28 17:56:45 UTC (rev 834) +++ ChangeLog 2015-12-28 18:06:28 UTC (rev 835) @@ -8,6 +8,7 @@ startup, it is into the Preferences Editor. preferences/EDITOR: use a default that will make both Debian and gentoo happy. scripts/PrefVars/PrefVars: fix Startup file editing at first startup. + functions/CheckForFiles: load the EDITOR preferences. dimanche 27 décembre 2015 + icons/Default/[22x22|32x32]/apps/slack.png: new slack icons from Jorge Daniel Sampayo Vargas Modified: fvwm/components/functions/CheckForFiles =================================================================== --- fvwm/components/functions/CheckForFiles 2015-12-28 17:56:45 UTC (rev 834) +++ fvwm/components/functions/CheckForFiles 2015-12-28 18:06:28 UTC (rev 835) @@ -13,6 +13,8 @@ # Load date for last installed package with a desktop file LoadPreferences DateLastApp LoadPreferences XDGMenu +# Load the system editor +LoadPreferences EDITOR # check for preferences files # CheckPrefFile <filename> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |