Your message dated Tue, 05 May 2009 15:52:08 +0200
with message-id <[email protected]>
and subject line lesstif2 NMU upload closes several bugs.
has caused the Debian Bug report #396199,
regarding lesstif2 inversed scrollwheel
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
396199: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=396199
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: lesstif2
Version: 0.94.4-2

For a time now ddd has been scrolling up when I scroll down, and vice
versa (see #344154). I tracked this down to libXm - Transltns.c where
Btn4Down is bound to a down action and Btn5Down is bound to an up
action while they should be bound the other way around.
The following patch changes to the correct binding.
Cheers,
-Kacper

diff -urp lesstif2-0.94.4/lib/Xm-2.1/Transltns.c
lesstif2-0.94.4-kw/lib/Xm-2.1/Transltns.c
--- lesstif2-0.94.4/lib/Xm-2.1/Transltns.c      2004-10-02
16:01:57.000000000 +0200
+++ lesstif2-0.94.4-kw/lib/Xm-2.1/Transltns.c   2006-10-30
16:28:51.000000000 +0100
@@ -670,8 +670,8 @@ XmConst char _XmTextIn_XmTextEventBindin
    /* Scroll wheel */
    "\nShift<Btn4Down>:                page-left()"
    "\nShift<Btn5Down>:                page-right()"
-    "\n<Btn5Down>:             scroll-one-line-up()"
-    "\n<Btn4Down>:             scroll-one-line-down()"
+    "\n<Btn5Down>:             scroll-one-line-down()"
+    "\n<Btn4Down>:             scroll-one-line-up()"
#endif
    ;


--- End Message ---
--- Begin Message ---
Version: 1:0.95.0-2.3

NMU upload discussed in bug 522157 fixed a lot of bugs. Due to missed
trick during upload they were not closed properly. This mail closes them
manually, please reopen the bug if the problem is not fixed properly.

With kind regards,
Paul

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---

Reply via email to