From: <dom...@us...> - 2016-04-25 17:40:50
|
Revision: 865 http://sourceforge.net/p/fvwm-crystal/code/865 Author: dominique_libre Date: 2016-04-25 17:40:48 +0000 (Mon, 25 Apr 2016) Log Message: ----------- magic button:TODO change, reload the button when new entry Modified Paths: -------------- ChangeLog fvwm/components/functions/CustomButtonBar-Menu Modified: ChangeLog =================================================================== --- ChangeLog 2016-04-25 17:07:48 UTC (rev 864) +++ ChangeLog 2016-04-25 17:40:48 UTC (rev 865) @@ -2,7 +2,8 @@ lundi 25 avril scripts/CustomButtonBar/CustomButtonBar: buttons with Menu - fix the menu position. - components/functions/CustomButtonBar-Menu: TODO change. + components/functions/CustomButtonBar-Menu: TODO change, reload the button + when new entry. dimanche 24 avril + preferences/CustombuttonBarLocation, Modified: fvwm/components/functions/CustomButtonBar-Menu =================================================================== --- fvwm/components/functions/CustomButtonBar-Menu 2016-04-25 17:07:48 UTC (rev 864) +++ fvwm/components/functions/CustomButtonBar-Menu 2016-04-25 17:40:48 UTC (rev 865) @@ -37,7 +37,7 @@ AddToFunc AddCustomButton + I AppendPreferences CustomButtonBar "$*" + I Schedule 333 PipeRead "$[FVWM_USERDIR]/scripts/CustomButtonBar/CustomButtonBar $[vp.width] $[vp.height] $[infostore.CustomBarLocation]" -# TODO: Reload the button ++ I Schedule 1500 Include tmp/CustomButtonBar DestroyFunc GenerateCustomButtonMenu AddToFunc GenerateCustomButtonMenu This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |