From: <dom...@us...> - 2011-06-12 08:27:32
|
Revision: 106 http://fvwm-crystal.svn.sourceforge.net/fvwm-crystal/?rev=106&view=rev Author: dominique_libre Date: 2011-06-12 08:27:26 +0000 (Sun, 12 Jun 2011) Log Message: ----------- Tooltip: kill the module before showing a new one Modified Paths: -------------- ChangeLog fvwm/components/functions/Tooltip Modified: ChangeLog =================================================================== --- ChangeLog 2011-06-11 08:50:41 UTC (rev 105) +++ ChangeLog 2011-06-12 08:27:26 UTC (rev 106) @@ -1,7 +1,10 @@ ChangeLog for FVWM-Crystal -Vendredi 10 Juin 2011 Dominique Michel - " Reversed wallpaper changes. Use the same wallpaper on all the desk pages. +Dimanche 12 juin 2011 Dominique Michel + * Tooltip: KillModule ToolTip* before changing it + +Vendredi 10 juin 2011 Dominique Michel + * Reversed wallpaper changes. Use the same wallpaper on all the desk pages. Different wallpapers will be fopr some future release. * Removed outdated stuff about session management and sys doc browser. Modified: fvwm/components/functions/Tooltip =================================================================== --- fvwm/components/functions/Tooltip 2011-06-11 08:50:41 UTC (rev 105) +++ fvwm/components/functions/Tooltip 2011-06-12 08:27:26 UTC (rev 106) @@ -17,6 +17,7 @@ DestroyFunc FvwmButtons-Tooltip AddToFunc FvwmButtons-Tooltip ++ I KillModule FvwmButtons-Tooltip-$0 + I DestroyModuleConfig FvwmButtons-Tooltip-$0: * + I *FvwmButtons-Tooltip-$0: Geometry $3 + I *FvwmButtons-Tooltip-$0: BoxSize smart This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |