From: <dom...@us...> - 2014-02-22 17:11:48
|
Revision: 615 http://sourceforge.net/p/fvwm-crystal/code/615 Author: dominique_libre Date: 2014-02-22 17:11:45 +0000 (Sat, 22 Feb 2014) Log Message: ----------- functions/Exit, Exit-Safe: changed the order of the Restart and Lock Screen functions into the Exit menu Modified Paths: -------------- ChangeLog fvwm/components/functions/Exit fvwm/components/functions/Exit-Safe Modified: ChangeLog =================================================================== --- ChangeLog 2014-02-22 17:05:57 UTC (rev 614) +++ ChangeLog 2014-02-22 17:11:45 UTC (rev 615) @@ -5,6 +5,7 @@ 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. + functions/Exit, Exit-Safe: changed the order of the Restart and Lock Screen functions into the Exit menu. Verion 3.3.2 ------------ Modified: fvwm/components/functions/Exit =================================================================== --- fvwm/components/functions/Exit 2014-02-22 17:05:57 UTC (rev 614) +++ fvwm/components/functions/Exit 2014-02-22 17:11:45 UTC (rev 615) @@ -5,8 +5,8 @@ DestroyMenu /Exit AddToMenu /Exit ++ '%22x22/fvwm-crystal/view-refresh.png%$[gt.Restart]' Restart Test (x xscreensaver) + '%22x22/fvwm-crystal/system-lock-screen.png%$[gt.Lock screen]' X xscreensaver-command -lock -+ '%22x22/fvwm-crystal/view-refresh.png%$[gt.Restart]' Restart Test (EnvIsSet SESSION_MANAGER) + '%22x22/fvwm-crystal/system-log-out.png%$[gt.Logout]' QuitSession Test (!EnvIsSet SESSION_MANAGER) + '%22x22/fvwm-crystal/system-log-out.png%$[gt.Logout]' Quit Test (EnvIsSet SESSION_MANAGER) + '' Nop Modified: fvwm/components/functions/Exit-Safe =================================================================== --- fvwm/components/functions/Exit-Safe 2014-02-22 17:05:57 UTC (rev 614) +++ fvwm/components/functions/Exit-Safe 2014-02-22 17:11:45 UTC (rev 615) @@ -5,8 +5,8 @@ DestroyMenu /Exit AddToMenu /Exit ++ '%22x22/fvwm-crystal/view-refresh.png%$[gt.Restart]' Restart Test (x xscreensaver) + '%22x22/fvwm-crystal/system-lock-screen.png%$[gt.Lock screen]' X xscreensaver-command -lock -+ '%22x22/fvwm-crystal/view-refresh.png%$[gt.Restart]' Restart + '%22x22/fvwm-crystal/system-log-out.png%$[gt.Logout]' Popup /Exit/Logout DestroyFunc Exit-SelectLoginManager This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |