|
From: <dom...@us...> - 2020-02-19 13:41:00
|
Revision: 1003
http://sourceforge.net/p/fvwm-crystal/code/1003
Author: dominique_libre
Date: 2020-02-19 13:40:59 +0000 (Wed, 19 Feb 2020)
Log Message:
-----------
CustomButtonBat: comment debug line
Modified Paths:
--------------
ChangeLog
fvwm/scripts/CustomButtonBar/CustomButtonBar
Modified: ChangeLog
===================================================================
--- ChangeLog 2020-02-17 14:25:26 UTC (rev 1002)
+++ ChangeLog 2020-02-19 13:40:59 UTC (rev 1003)
@@ -1,9 +1,12 @@
ChangeLog for FVWM-Crystal
+mercredi 19 février 2020
+ fvwm/scripts/CustomButtonBar/CustomButtonBat: comment debug line
+
Verion 3.6.0
------------
-lundi 17 février
+lundi 17 février 2020
fvwm/components/functions/Exit: cleanup and try our best to find systemctl when present
fvwm/components/functions/Media-Music-functions;
fvwm/components/functions/Music-alsaplayer;
Modified: fvwm/scripts/CustomButtonBar/CustomButtonBar
===================================================================
--- fvwm/scripts/CustomButtonBar/CustomButtonBar 2020-02-17 14:25:26 UTC (rev 1002)
+++ fvwm/scripts/CustomButtonBar/CustomButtonBar 2020-02-19 13:40:59 UTC (rev 1003)
@@ -16,8 +16,9 @@
# ($9 $10 $11) $[infostore.CustomButtonPager] $[infostore.Desk_Pages_X] $[infostore.NotificationAreaManager] \
# ($12 $13 $14 $15) $[infostore.EWMH_DI_Left] $[infostore.EWMH_DI_Right] $[infostore.EWMH_DI_Top] $[infostore.EWMH_DI_Bottom] \
# ($16 $17 $18 $19) $[infostore.EWMH_Recipe_Left] $[infostore.EWMH_Recipe_Right] $[infostore.EWMH_Recipe_Top] $[infostore.EWMH_Recipe_Bottom]"
-echo "$0 $@" > ${FVWM_USERDIR}/.commandf
-#{FVWM_USERDIR}/scripts/CustomButtonBar/CustomButtonBar
+
+#echo "$0 $@" > ${FVWM_USERDIR}/.commandf
+
# Preferences files, must be searched in the 3 standard Crystal locations and copied into the user dir. {{{1
PrefFileName="CustomButtonBar"
PrefFile="${FVWM_USERDIR}/preferences/${PrefFileName}"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|