Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Feb 2007 02:01:18 GMT
From:      Hannes Frederic Sowa<hannes@sowa.ath.cx>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/108856: [mbone/sdr] make sdr usable again; patch appended
Message-ID:  <200702070201.l1721ISQ096640@www.freebsd.org>
Resent-Message-ID: <200702070210.l172AHdn010416@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         108856
>Category:       ports
>Synopsis:       [mbone/sdr] make sdr usable again; patch appended
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 07 02:10:16 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Hannes Frederic Sowa
>Release:        
>Organization:
>Environment:
>Description:
sdr is not usabel at all because of some minor tk api changes, i think.

>How-To-Repeat:
just start sdr and move the mouse
>Fix:
add this patch to mbone/sdr/files/patch-src-generic.tcl:

--- ../src/generic.tcl.orig     Wed Feb  7 02:40:25 2007
+++ ../src/generic.tcl  Wed Feb  7 02:41:13 2007
@@ -89,8 +89,6 @@
 proc tixAddBalloon {w class msg {initWait 500}} {
     global tixBal
     if {$class == "Button" } {
-      bind $w <Enter> "+tkButtonEnter $w"
-      bind $w <Leave> "+tkButtonLeave $w"
       bind $w <ButtonPress> "+tixBalEnd $w"
     } else {
     if { $class == "Entry" } {
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702070201.l1721ISQ096640>