From: <dom...@us...> - 2013-04-27 22:09:06
|
Revision: 305 http://sourceforge.net/p/fvwm-crystal/code/305 Author: dominique_libre Date: 2013-04-27 22:09:03 +0000 (Sat, 27 Apr 2013) Log Message: ----------- functions/Icon-Thumbnails: commented StartFunction, must be at the end of the recipe instead. Modified Paths: -------------- ChangeLog fvwm/components/functions/Icon-Thumbnails Modified: ChangeLog =================================================================== --- ChangeLog 2013-04-27 21:57:24 UTC (rev 304) +++ ChangeLog 2013-04-27 22:09:03 UTC (rev 305) @@ -7,7 +7,9 @@ functions/FvwmExpose: make it to work. A little bit flaky. See commented code for a non flaky version. If you know how to archive non flaky transparency, please drop me a mail. - + functions/Icon-Thumbnails: commented StartFunction, must be at the end of the + recipe instead. + Vendredi 26 Avril 2013 Dominique Michel + addons/make_mo: make file for translations Updated fr_FR.UTF-8 translation Modified: fvwm/components/functions/Icon-Thumbnails =================================================================== --- fvwm/components/functions/Icon-Thumbnails 2013-04-27 21:57:24 UTC (rev 304) +++ fvwm/components/functions/Icon-Thumbnails 2013-04-27 22:09:03 UTC (rev 305) @@ -90,7 +90,7 @@ 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 RecoverThumbnails DestroyModuleConfig FvwmEvent-Icon-Thumbnails: * *FvwmEvent-Icon-Thumbnails: deiconify RemoveThumbnail This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |