diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-03-23 19:50:30 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-03-23 19:50:30 +0000 |
commit | cb09d79bc963f95780d214aa12e695d8f9e338e2 (patch) | |
tree | c2efd04d35fcadf89e0d20a4cbe606b2441d5d5e | |
parent | 65336fd96b709bb71b3c04c46fbf4cfc90a795fd (diff) | |
download | drakx-cb09d79bc963f95780d214aa12e695d8f9e338e2.tar drakx-cb09d79bc963f95780d214aa12e695d8f9e338e2.tar.gz drakx-cb09d79bc963f95780d214aa12e695d8f9e338e2.tar.bz2 drakx-cb09d79bc963f95780d214aa12e695d8f9e338e2.tar.xz drakx-cb09d79bc963f95780d214aa12e695d8f9e338e2.zip |
(reallyChooseDesktop) kill doble call to grab_focus()
-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 610ea4517..49f68e9b8 100644 --- a/perl-install/install/steps_gtk.pm +++ b/perl-install/install/steps_gtk.pm @@ -287,7 +287,6 @@ sub reallyChooseDesktop { ); $wp->{real_window}->set_size_request(-1, -1); $wp->{real_window}->grab_focus; - $wp->{real_window}->grab_focus; $wp->{real_window}->show_all; $wp->main; }); |