diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-09-18 11:15:07 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-09-18 11:15:07 +0000 |
commit | 4bf4b23ab7fc74b6465801745ca2e8a3b52a8a21 (patch) | |
tree | a1326221eeb7578108e6c9a2fe947c9083f44984 /perl-install/install_steps_gtk.pm | |
parent | b6f79c8552d64f5ceb4905570893ceefbe7b212a (diff) | |
download | drakx-4bf4b23ab7fc74b6465801745ca2e8a3b52a8a21.tar drakx-4bf4b23ab7fc74b6465801745ca2e8a3b52a8a21.tar.gz drakx-4bf4b23ab7fc74b6465801745ca2e8a3b52a8a21.tar.bz2 drakx-4bf4b23ab7fc74b6465801745ca2e8a3b52a8a21.tar.xz drakx-4bf4b23ab7fc74b6465801745ca2e8a3b52a8a21.zip |
no_comment
Diffstat (limited to 'perl-install/install_steps_gtk.pm')
-rw-r--r-- | perl-install/install_steps_gtk.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm index 6e36560c9..4562bc127 100644 --- a/perl-install/install_steps_gtk.pm +++ b/perl-install/install_steps_gtk.pm @@ -177,7 +177,7 @@ sub selectMouse { my %old = %{$o->{mouse}}; $o->SUPER::selectMouse($force); - $old{FULLNAME} eq $o->{mouse}{FULLNAME} && !$force and return; + $old{type} eq $o->{mouse}{type} && $old{name} eq $o->{mouse}{name} && !$force and return; local $my_gtk::grab = 1; #- unsure a crazy mouse don't go wild clicking everywhere |