diff options
Diffstat (limited to 'perl-install')
-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; }); |