summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_gtk.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-09-18 11:15:07 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-09-18 11:15:07 +0000
commit4bf4b23ab7fc74b6465801745ca2e8a3b52a8a21 (patch)
treea1326221eeb7578108e6c9a2fe947c9083f44984 /perl-install/install_steps_gtk.pm
parentb6f79c8552d64f5ceb4905570893ceefbe7b212a (diff)
downloaddrakx-backup-do-not-use-4bf4b23ab7fc74b6465801745ca2e8a3b52a8a21.tar
drakx-backup-do-not-use-4bf4b23ab7fc74b6465801745ca2e8a3b52a8a21.tar.gz
drakx-backup-do-not-use-4bf4b23ab7fc74b6465801745ca2e8a3b52a8a21.tar.bz2
drakx-backup-do-not-use-4bf4b23ab7fc74b6465801745ca2e8a3b52a8a21.tar.xz
drakx-backup-do-not-use-4bf4b23ab7fc74b6465801745ca2e8a3b52a8a21.zip
no_comment
Diffstat (limited to 'perl-install/install_steps_gtk.pm')
-rw-r--r--perl-install/install_steps_gtk.pm2
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