On Sun, Feb 03, 2013 at 01:12:37AM -0500, Omari Norman wrote:
> *CrashyConfig: Balloons
> 
> AddToFunc InitFunction
> + I GotoDesk 0 1
> + I Module FvwmPager 1 1
> + I Module FvwmPager CrashyConfig 1 1
> + I Exec exec xterm

Does this fix it?

diff --git a/modules/FvwmPager/x_pager.c b/modules/FvwmPager/x_pager.c
index a0c3a6f..a45a959 100644
--- a/modules/FvwmPager/x_pager.c
+++ b/modules/FvwmPager/x_pager.c
@@ -3202,6 +3202,10 @@ void MapBalloonWindow(PagerWindow *t, Bool is_icon_view)
        {
                i = t->desk - desk1;
        }
+
+       if (i < 0)
+               return;
+
        Scr.balloon_desk = i;
        /* get the label for this balloon */
        if (Scr.balloon_label)


-- Thomas Adam

Reply via email to