Here's the patch mentioned in that bug report.  I've made a local build
with this patch applied, and it seems to work properly.

--- gcstar-1.4.3.orig/lib/gcstar/GCGraphicComponents.pm
+++ gcstar-1.4.3/lib/gcstar/GCGraphicComponents.pm
@@ -2379,6 +2379,8 @@
         
         $self->signal_connect('query_tooltip' => sub {
             my ($window, $x, $y, $keyboard_mode, $tip) = @_;
+           return if $self->{settingTip};
+            $self->{settingTip} = 1;
             if ($self->{flipActivated} && ($x > $self->{flipX}) && ($y > 
$self->{flipY}))
             {
                 $self->{tooltips}->set_tip($self, $self->{flipped} ?
@@ -2389,6 +2391,7 @@
             {
                 $self->{tooltips}->set_tip($self, $self->{tip});
             }
+            $self->{settingTip} = 0;
             return 0;
         });
         


Regards: David
-- 
 /) David Weinehall <t...@debian.org> /) Rime on my window           (\
//  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~   //  Diamond-white roses of fire //
\)  http://www.acc.umu.se/~tao/    (/   Beautiful hoar-frost       (/



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to