summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_gtk.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-09-24 15:06:12 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-09-24 15:06:12 +0000
commitb3b73a63d14b4702369776093214f779f69f4aa3 (patch)
tree6a9125d7daf11ce4b7f0a7e9f0ebe8cebcc0c6ab /perl-install/install_steps_gtk.pm
parent041bce7f1ab685a4290865e4eb2c2f5d2aaac285 (diff)
downloaddrakx-b3b73a63d14b4702369776093214f779f69f4aa3.tar
drakx-b3b73a63d14b4702369776093214f779f69f4aa3.tar.gz
drakx-b3b73a63d14b4702369776093214f779f69f4aa3.tar.bz2
drakx-b3b73a63d14b4702369776093214f779f69f4aa3.tar.xz
drakx-b3b73a63d14b4702369776093214f779f69f4aa3.zip
no_comment
Diffstat (limited to 'perl-install/install_steps_gtk.pm')
-rw-r--r--perl-install/install_steps_gtk.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm
index bfe21d896..6ae0b53e1 100644
--- a/perl-install/install_steps_gtk.pm
+++ b/perl-install/install_steps_gtk.pm
@@ -172,7 +172,9 @@ sub selectMouse {
my %old = %{$o->{mouse}};
$o->SUPER::selectMouse($force);
my $mouse = $o->{mouse};
- $old{type} eq $mouse->{type} && $old{name} eq $mouse->{name} && !$force and return;
+ $old{type} eq $mouse->{type} &&
+ $old{name} eq $mouse->{name} &&
+ $old{device} eq $mouse->{device} && !$force and return;
local $my_gtk::grab = 1; #- unsure a crazy mouse don't go wild clicking everywhere