summaryrefslogtreecommitdiffstats
path: root/perl-install/ugtk2.pm
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-02-19 17:10:19 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-02-19 17:10:19 +0000
commitcaa15d0d38a04dd4016e6d38ceccbe5d4df4d165 (patch)
treec4e9fbd867cb08d59d3dd444823760c142974e19 /perl-install/ugtk2.pm
parentb60694493568469869d1d8ef4279cdcf4cf5f4e1 (diff)
downloaddrakx-backup-do-not-use-caa15d0d38a04dd4016e6d38ceccbe5d4df4d165.tar
drakx-backup-do-not-use-caa15d0d38a04dd4016e6d38ceccbe5d4df4d165.tar.gz
drakx-backup-do-not-use-caa15d0d38a04dd4016e6d38ceccbe5d4df4d165.tar.bz2
drakx-backup-do-not-use-caa15d0d38a04dd4016e6d38ceccbe5d4df4d165.tar.xz
drakx-backup-do-not-use-caa15d0d38a04dd4016e6d38ceccbe5d4df4d165.zip
clean
Diffstat (limited to 'perl-install/ugtk2.pm')
-rw-r--r--perl-install/ugtk2.pm3
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;