diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-01-11 09:04:00 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-01-11 09:04:00 +0000 |
commit | 5bf718d6083f65ef35b36cf3997875ce0cca554b (patch) | |
tree | fd0f38abb2bdbba018a50ba6363ee53c7aca44cb /perl-install/install_steps_gtk.pm | |
parent | 42787612c917e1fb43daab74d30bd7b2acfbc35d (diff) | |
download | drakx-5bf718d6083f65ef35b36cf3997875ce0cca554b.tar drakx-5bf718d6083f65ef35b36cf3997875ce0cca554b.tar.gz drakx-5bf718d6083f65ef35b36cf3997875ce0cca554b.tar.bz2 drakx-5bf718d6083f65ef35b36cf3997875ce0cca554b.tar.xz drakx-5bf718d6083f65ef35b36cf3997875ce0cca554b.zip |
we always have force_focus when we have !$::isStandalone,
so do it that way and get rid of $ugtk2::force_focus
Diffstat (limited to 'perl-install/install_steps_gtk.pm')
-rw-r--r-- | perl-install/install_steps_gtk.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm index 8f5341f45..927686569 100644 --- a/perl-install/install_steps_gtk.pm +++ b/perl-install/install_steps_gtk.pm @@ -75,7 +75,6 @@ sub new($$) { log::l("Server died"), return 0 if !fuzzy_pidofs(qr/\b$server\b/); $nb++ if xf86misc::main::Xtest($wanted_DISPLAY); if ($nb > 2) { #- one succeeded test is not enough :-( - $ugtk2::force_focus = 1; log::l("AFAIK X server is up"); return 1; } |