FvwmButtons issue

Hi Folks,
Well I just installed fvwm 2.5.12 and all seemed well for a few minutes until I saw my fvwm buttons were missing. Then I noticed that my displayed seemed slow. after some digging i found that fvwm buttons was using up all of my CPU cycles.

my config has worked for me on all 2.5 versions until this one - any ideas? here is my fvwm buttons init routine:

*FvwmButtonsGeometry 200x50+700-0
#Get a nice transparent fvwm buttons module
*FvwmButtons: pixmap none
*FvwmButtons(Frame 0 Padding 0 0 Container(Rows 1 Columns 3 Frame 1 Padding 0 0))
*FvwmButtons(2x1 Frame 0 Icon file-manager.png, Action(Mouse 1) 'Exec exec gnome-commander)
*FvwmButtons(2x1 Frame 0 Icon gnome-color-xterm2.png, Action(Mouse 1) 'Exec exec xterm -fg white -bg black)
*FvwmButtons(2x1 Frame 0 Icon firefox_32.xpm, Action(Mouse 1) 'Exec exec firefox)
*FvwmButtons(2x1 Frame 0 Icon thunderbird_50.xpm, Action(Mouse 1) 'Exec exec thunderbird)
*FvwmButtons(2x1 Frame 0 Icon logout.png, Action(Mouse 1) 'FvwmForm FvwmForm-QuitVerify)
*FvwmButtons(End)

try this one: DestroyModuleConfig pbharris: * *pbharris: Geometry 200x50+700-0 *pbharris: Pixmap none *pbharris: Frame 0 *pbharris: Rows 1 *pbharris: Columns 3 *pbharris: Padding 0 0 *pbharris: (2x1 Frame 0 Icon file-manager.png, Action(Mouse 1) 'Exec exec gnome-commander') *pbharris: (2x1 Frame 0 Icon gnome-color-xterm2.png, Action(Mouse 1) 'Exec exec xterm -fg white -bg black') *pbharris: (2x1 Frame 0 Icon firefox_32.xpm, Action(Mouse 1) 'Exec exec firefox') *pbharris: (2x1 Frame 0 Icon thunderbird_50.xpm, Action(Mouse 1) 'Exec exec thunderbird') *pbharris: (2x1 Frame 0 Icon logout.png, Action(Mouse 1) 'FvwmForm FvwmForm-QuitVerify')

Hello,
That worked quite nicely - thanks!!