From: <dom...@us...> - 2013-05-06 20:02:51
|
Revision: 370 http://sourceforge.net/p/fvwm-crystal/code/370 Author: dominique_libre Date: 2013-05-06 20:02:48 +0000 (Mon, 06 May 2013) Log Message: ----------- components/Thumbnails: fix a regresion, thumbnail was not recovered at restart; introduce a thumbnail recovery delay at restart, needed by the Icon-Launcher Modified Paths: -------------- ChangeLog fvwm/components/functions/Icon-Thumbnails Modified: ChangeLog =================================================================== --- ChangeLog 2013-05-06 19:11:23 UTC (rev 369) +++ ChangeLog 2013-05-06 20:02:48 UTC (rev 370) @@ -5,6 +5,9 @@ a few better quality icons components/Fullscreen: remove temporary files when a full screened window is closed. + components/Thumbnails: fix a regresion, thumbnail was not recovered at + restart; introduce a thumbnail recovery delay at restart, needed by the + Icon-Launcher Dimanche 5 Mai 2013 Dominique Michel + locale/fr_FR.UTF-8/*/fvwm-crystal-script.mo Modified: fvwm/components/functions/Icon-Thumbnails =================================================================== --- fvwm/components/functions/Icon-Thumbnails 2013-05-06 19:11:23 UTC (rev 369) +++ fvwm/components/functions/Icon-Thumbnails 2013-05-06 20:02:48 UTC (rev 370) @@ -86,15 +86,15 @@ + I State 4 false + I Test (f $[infostore.TmpDirectory]/fullscreen.19.$[w.id].$[page.nx].$[page.ny].tmp) ThisWindow Fullscreen-Start -# Restore the thumbnails after session restart +DestroyModuleConfig FvwmEvent-Icon-Thumbnails: * +*FvwmEvent-Icon-Thumbnails: deiconify RemoveThumbnail +Module FvwmEvent FvwmEvent-Icon-Thumbnails + +# Restore the thumbnails after session restart, a delay is required to get correct icons order with the Icon-Launcher DestroyFunc RecoverThumbnails AddToFunc RecoverThumbnails + I All Test (f $[ThumbDirectory]/icon.tmp.$[w.id].png) WindowId $[w.id] WindowStyle IconOverride, Icon $[ThumbDirectory]/icon.tmp.$[w.id].png -#AddToFunc StartFunction I RecoverThumbnails +AddToFunc StartFunction I Schedule 500 RecoverThumbnails -DestroyModuleConfig FvwmEvent-Icon-Thumbnails: * -*FvwmEvent-Icon-Thumbnails: deiconify RemoveThumbnail -Module FvwmEvent FvwmEvent-Icon-Thumbnails - # vim:ft=fvwm This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |