On Tue, Sep 17, 2002 at 04:57:43AM -0800, Floyd Davidson wrote:
> I tried to send this to the bug report web page, but it refuses the
> connection...
>
> If the FvwmWinList module is invoked as a transient (e.g., bound to
> a mouse button) the configuration for mouse button action in the
> resulting window doesn't work. All mouse buttons will invoke the
> action assigned to button 1.
>
> The problem is with code at lines 815 through 817 in FvwmWinList.c
> (version 2.4.10).
>
> The code looks like this,
>
> SendFvwmPipe(Fvwm_fd,
> ClickAction[(Transient) ? 0:Event.xbutton.button-1],
> ItemID(&windows,num));
>
> and instead probably should be,
>
> SendFvwmPipe(Fvwm_fd,
> ClickAction[Event.xbutton.button-1],
> ItemID(&windows,num));
Consider this changed :)
Bye
Dominik ^_^ ^_^
--
Dominik Vogt, mail: dominik.vogt_at_schlund.de, phone: 0721/91374-382
Schlund + Partner AG, Erbprinzenstr. 4-12, D-76133 Karlsruhe
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Tue Sep 17 2002 - 08:42:37 BST