From: <dom...@us...> - 2014-02-22 17:06:00
|
Revision: 614 http://sourceforge.net/p/fvwm-crystal/code/614 Author: dominique_libre Date: 2014-02-22 17:05:57 +0000 (Sat, 22 Feb 2014) Log Message: ----------- functions/Preferences-menu: force Pager at bottom on recipe change Modified Paths: -------------- ChangeLog fvwm/components/functions/Preferences-Menu Modified: ChangeLog =================================================================== --- ChangeLog 2014-02-22 16:46:16 UTC (rev 613) +++ ChangeLog 2014-02-22 17:05:57 UTC (rev 614) @@ -4,6 +4,7 @@ scripts/FontEditor/FontEditor: use 14 as default font size; fix for the width of the top buttons by setting a default font, it is overwritten later. recipes/LapLeft*, LapRight*: removed non needed PepieRead calls. + functions/Preferences-Menu: force Pager on bottom at recipe change. Verion 3.3.2 ------------ Modified: fvwm/components/functions/Preferences-Menu =================================================================== --- fvwm/components/functions/Preferences-Menu 2014-02-22 16:46:16 UTC (rev 613) +++ fvwm/components/functions/Preferences-Menu 2014-02-22 17:05:57 UTC (rev 614) @@ -33,6 +33,8 @@ # DestroyFunc ReloadRecipe AddToFunc ReloadRecipe ++ I All (FvwmButtons-Pager) PutOnBottom ++ I All (FvwmPager) PutOnBottom + I All (FvwmButtons) Close + I All (FvwmIconMan) Close + I All (FvwmPager) Close This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |