|
From: <dom...@us...> - 2020-12-13 15:16:59
|
Revision: 1055
http://sourceforge.net/p/fvwm-crystal/code/1055
Author: dominique_libre
Date: 2020-12-13 15:16:57 +0000 (Sun, 13 Dec 2020)
Log Message:
-----------
fvwm/components/functions/LoadCommonStuffs: add FvwmMFL start with version test
Modified Paths:
--------------
ChangeLog
fvwm/components/functions/LoadCommonStuffs
Modified: ChangeLog
===================================================================
--- ChangeLog 2020-12-13 11:34:31 UTC (rev 1054)
+++ ChangeLog 2020-12-13 15:16:57 UTC (rev 1055)
@@ -3,6 +3,8 @@
dimanche 13 décembre 2020
fvwm/preferences/Startup: use StartFunction with Test (Init) instead of
InitFunction; add alsamixer launcher.
+ fvwm/components/functions/LoadCommonStuffs: add FvwmMFL start with version
+ test.
lundi 7 décembre 2020
INSTALL: add fvwm3 dependency.
Modified: fvwm/components/functions/LoadCommonStuffs
===================================================================
--- fvwm/components/functions/LoadCommonStuffs 2020-12-13 11:34:31 UTC (rev 1054)
+++ fvwm/components/functions/LoadCommonStuffs 2020-12-13 15:16:57 UTC (rev 1055)
@@ -18,7 +18,11 @@
ImagePath $[FVWM_USERDIR]/icons/$[infostore.Icon_Theme]:$[FVWM_SYSTEMDIR]/icons/$[infostore.Icon_Theme]
# Includes and FVWM modules {{{1
-Module FvwmCommandS
+DestroyFunc StartCommandPipe
+AddToFunc StartCommandPipe
++ I Test (Version >= 2.6.9) Module FvwmCommandS
++ I TestRc (NoMatch) Module FvwmMFL
+StartCommandPipe
# Default FVWM-Crystal functions, initialization {{{2
Include components/functions/Clear-FVWM-Settings
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|