Your message dated Mon, 13 Jun 2005 22:06:38 -0400
with message-id <[EMAIL PROTECTED]>
and subject line pcb: Mode buttons not responsive
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 6 Sep 2004 13:49:20 +0000
>From [EMAIL PROTECTED] Mon Sep 06 06:49:20 2004
Return-path: <[EMAIL PROTECTED]>
Received: from rwcrmhc13.comcast.net [204.127.198.39]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1C4Js0-0008D0-00; Mon, 06 Sep 2004 06:49:20 -0700
Received: from oden.homeip.net ([24.91.98.44])
by comcast.net (rwcrmhc13) with ESMTP
id <2004090613484901500snoaee>; Mon, 6 Sep 2004 13:48:49 +0000
Received: from localhost ([EMAIL PROTECTED] [192.168.1.2])
by oden.homeip.net (8.12.3/8.12.3/Debian-6.6) with ESMTP id
i86DmgKB007371;
Mon, 6 Sep 2004 09:48:42 -0400
Received: from daniel by localhost with local (Exim 4.34)
id 1C4JrO-0006xo-2q; Mon, 06 Sep 2004 09:48:42 -0400
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Daniel Nilsson <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: pcb: Mode buttons not responsive
X-Mailer: reportbug 2.63
Date: Mon, 06 Sep 2004 09:48:42 -0400
Message-Id: <[EMAIL PROTECTED]>
Sender: Daniel Nilsson <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level:
Package: pcb
Version: 1.99j-1.2
Severity: important
Tags: patch
A well known problem with pcb is that the mode control buttons
doesn't always work (not responsive). After a lot of debug I
think I found the issue and I'm including this patch which
solves the problem by reinstalling the default event translation
table for the Xaw togglebuttons used for this function.
--- control.c.orig 2004-09-06 09:02:18.000000000 -0400
+++ control.c 2004-09-06 09:32:23.000000000 -0400
@@ -632,6 +632,7 @@ InitModeButtons (Widget Parent, Widget T
{
Widget masterform;
int i;
+ XtTranslations translationtable;
#if 0
masterform = XtVaCreateManagedWidget ("toolMasterForm", formWidgetClass,
@@ -641,6 +642,14 @@ InitModeButtons (Widget Parent, Widget T
#else
masterform = Parent;
#endif
+
+ static char *translations =
+ "<EnterWindow>: highlight(Always) \n"
+ "<LeaveWindow>: unhighlight() \n"
+ "<Btn1Down>,<Btn1Up>: toggle() notify() \n";
+
+ translationtable = XtParseTranslationTable (translations);
+
for (i = 0; i < ENTRIES (ModeButtons); i++)
{
Pixmap bitmap;
@@ -661,6 +670,8 @@ InitModeButtons (Widget Parent, Widget T
XtNbitmap, bitmap,
XtNfromHoriz, Left,
XtNfromVert, Top,
+ XtNtranslations,
+ translationtable,
LAYOUT_TOP, NULL);
else
ModeButtons[i].W = XtVaCreateManagedWidget (ModeButtons[i].Name,
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.6-1-686-smp
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8
Versions of packages pcb depends on:
ii libc6 2.3.2.ds1-13 GNU C Library: Shared libraries an
ii libice6 4.3.0.dfsg.1-4 Inter-Client Exchange library
ii libsm6 4.3.0.dfsg.1-4 X Window System Session Management
ii libstroke0 0.5.1-4 support for mouse strokes like tho
ii libx11-6 4.3.0.dfsg.1-4 X Window System protocol client li
ii libxaw7 4.3.0.dfsg.1-4 X Athena widget set library
ii libxext6 4.3.0.dfsg.1-4 X Window System miscellaneous exte
ii libxmu6 4.3.0.dfsg.1-4 X Window System miscellaneous util
ii libxt6 4.3.0.dfsg.1-4 X Toolkit Intrinsics
ii m4 1.4.1-1 a macro processing language
ii xlibs 4.3.0.dfsg.1-4 X Window System client libraries m
-- no debconf information
---------------------------------------
Received: (at 270280-done) by bugs.debian.org; 14 Jun 2005 02:07:05 +0000
>From [EMAIL PROTECTED] Mon Jun 13 19:07:05 2005
Return-path: <[EMAIL PROTECTED]>
Received: from 184.red-213-96-204.pooles.rima-tde.net (mail.unlimitedmail.org)
[213.96.204.184]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1Di0pU-0006BX-00; Mon, 13 Jun 2005 19:07:04 -0700
Received: from oden.homeip.net (c-24-91-98-44.hsd1.ma.comcast.net [24.91.98.44])
(authenticated bits=0)
by mail.unlimitedmail.org (8.13.1/8.13.1) with ESMTP id j5E26vIO013747
for <[EMAIL PROTECTED]>; Tue, 14 Jun 2005 04:06:59 +0200
Received: from laptop.nilsson-home.net ([EMAIL PROTECTED] [192.168.1.3])
(authenticated bits=0)
by oden.homeip.net (8.12.3/8.12.3/Debian-7.1) with ESMTP id
j5E26eAd004475
for <[EMAIL PROTECTED]>; Mon, 13 Jun 2005 22:06:54 -0400
Received: from daniel by laptop.nilsson-home.net with local (Exim 4.50)
id 1Di0p4-0000oO-Vh
for [EMAIL PROTECTED]; Mon, 13 Jun 2005 22:06:40 -0400
To: [EMAIL PROTECTED]
Subject: pcb: Mode buttons not responsive
Message-Id: <[EMAIL PROTECTED]>
From: Daniel Nilsson <[EMAIL PROTECTED]>
Date: Mon, 13 Jun 2005 22:06:38 -0400
X-UnlimitedMail-MailScanner: Not scanned: please contact your Internet E-Mail
Service Provider for details
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-2.0 required=4.0 tests=BAYES_01 autolearn=no
version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Closing this bug since I opened this is error and the actual error was already
captured in bug #188396. The bug has been fixed upstream and is included in the
latest debian package
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]