diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-02-19 17:10:19 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-02-19 17:10:19 +0000 |
commit | caa15d0d38a04dd4016e6d38ceccbe5d4df4d165 (patch) | |
tree | c4e9fbd867cb08d59d3dd444823760c142974e19 | |
parent | b60694493568469869d1d8ef4279cdcf4cf5f4e1 (diff) | |
download | drakx-caa15d0d38a04dd4016e6d38ceccbe5d4df4d165.tar drakx-caa15d0d38a04dd4016e6d38ceccbe5d4df4d165.tar.gz drakx-caa15d0d38a04dd4016e6d38ceccbe5d4df4d165.tar.bz2 drakx-caa15d0d38a04dd4016e6d38ceccbe5d4df4d165.tar.xz drakx-caa15d0d38a04dd4016e6d38ceccbe5d4df4d165.zip |
clean
-rw-r--r-- | perl-install/ugtk2.pm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm index a8a933b3f..bf3006214 100644 --- a/perl-install/ugtk2.pm +++ b/perl-install/ugtk2.pm @@ -737,9 +737,6 @@ sub new { my $o = bless { %opts }, $type; $o->_create_window($title); while (my $e = shift @tempory::objects) { $e->destroy } - foreach (@interactive::objects) { -# $_->{rwindow}->set_modal(0) if $_->{rwindow}->can('set_modal'); FIXME - } push @interactive::objects, $o if !$opts{no_interactive_objects}; $o->{rwindow}->set_position('center-always') if $::isStandalone; $o->{rwindow}->set_modal(1) if ($grab || $o->{grab} || $o->{modal}) && !$::isInstall; |