Package: wmbiff Version: 0.4.27-2 Severity: minor Tags: patch There is a disagreement in the following files:
wmbiff/wmbiff.c:56:#define MAX_NUM_MAILBOXES 40 wmgeneral/wmgeneral.h:8:#define MAX_MOUSE_REGION (16) You are able to define actions for 40 mailboxes, but only the first 16 can be left clicked. Clicks on the following 24 mailboxes are ignored. Changing the 16 to 40 and rebuilding does fine. Patch attached. -- System Information: Debian Release: 5.0.5 APT prefers stable APT policy: (500, 'stable') Architecture: i386 (x86_64) Kernel: Linux 2.6.32-bpo.5-amd64 (SMP w/1 CPU core) Locale: LANG=es_ES.utf8, LC_CTYPE=es_ES.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages wmbiff depends on: ii libc6 2.7-18lenny4 GNU C Library: Shared libraries ii libgcrypt11 1.4.1-1 LGPL Crypto library - runtime libr ii libgnutls26 2.4.2-6+lenny2 the GNU TLS library - runtime libr ii libx11-6 2:1.1.5-2 X11 client-side library ii libxext6 2:1.0.4-2 X11 miscellaneous extension librar ii libxpm4 1:3.5.7-1 X11 pixmap library ii zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime wmbiff recommends no packages. Versions of packages wmbiff suggests: pn ruby <none> (no description available) pn ssh-askpass <none> (no description available) -- no debconf information
--- wmgeneral/wmgeneral.h.orig 2010-07-17 14:09:52.000000000 +0100 +++ wmgeneral/wmgeneral.h 2010-07-17 13:59:36.000000000 +0100 @@ -5,7 +5,7 @@ /* Defines */ /***********/ -#define MAX_MOUSE_REGION (16) +#define MAX_MOUSE_REGION (40) /************/ /* Typedefs */

