From: <dom...@us...> - 2015-12-28 17:18:37
|
Revision: 832 http://sourceforge.net/p/fvwm-crystal/code/832 Author: dominique_libre Date: 2015-12-28 17:18:35 +0000 (Mon, 28 Dec 2015) Log Message: ----------- Feedback: remove launch of /usr/bin/firefox FvwmForm Editor at first Crystal startup Modified Paths: -------------- ChangeLog fvwm/components/functions/Feedback Modified: ChangeLog =================================================================== --- ChangeLog 2015-12-27 18:38:47 UTC (rev 831) +++ ChangeLog 2015-12-28 17:18:35 UTC (rev 832) @@ -3,6 +3,10 @@ Version 3.4.0 ------------- +lundi 28 décembre 2015 + functions/Feedback: remove launch of $BROWSER FvwmForm Editor at first Crystal + startup, it is into the Preferences Editor. + dimanche 27 décembre 2015 + icons/Default/[22x22|32x32]/apps/slack.png: new slack icons from Jorge Daniel Sampayo Vargas COPYING, Export.README, addons/make.pot, doc/LICENSE: updated old GPL v2 text to GPL v3, Modified: fvwm/components/functions/Feedback =================================================================== --- fvwm/components/functions/Feedback 2015-12-27 18:38:47 UTC (rev 831) +++ fvwm/components/functions/Feedback 2015-12-28 17:18:35 UTC (rev 832) @@ -77,4 +77,4 @@ *SetBrowser-Dialog: Line center # Check if $BROWSER exist, if not chek preference, if not set it.{{{1 -PipeRead 'if [ "$BROWSER" = "" ]; then if [ -f "$FVWM_USERDIR/preferences/BROWSER" ]; then echo LoadPreferences BROWSER; else echo Module FvwmForm SetBrowser-Dialog; fi; fi' +LoadPreferences BROWSER This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |