summaryrefslogtreecommitdiffstats
path: root/perl-install/my_gtk.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-09-01 21:10:35 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-09-01 21:10:35 +0000
commit863a0345a2f895d35046f35d97f473e825906687 (patch)
treee04cae4c0cfa6b0e481cae4d976ecb32c30e6dea /perl-install/my_gtk.pm
parent608738174ef563cd88f95f53683f73f316b8f552 (diff)
downloaddrakx-backup-do-not-use-863a0345a2f895d35046f35d97f473e825906687.tar
drakx-backup-do-not-use-863a0345a2f895d35046f35d97f473e825906687.tar.gz
drakx-backup-do-not-use-863a0345a2f895d35046f35d97f473e825906687.tar.bz2
drakx-backup-do-not-use-863a0345a2f895d35046f35d97f473e825906687.tar.xz
drakx-backup-do-not-use-863a0345a2f895d35046f35d97f473e825906687.zip
no_comment
Diffstat (limited to 'perl-install/my_gtk.pm')
-rw-r--r--perl-install/my_gtk.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/my_gtk.pm b/perl-install/my_gtk.pm
index defcb412a..a31943072 100644
--- a/perl-install/my_gtk.pm
+++ b/perl-install/my_gtk.pm
@@ -40,7 +40,6 @@ sub new {
push @interactive::objects, $o unless $opts{no_interactive_objects};
$o->{rwindow}->set_modal(1) if $my_gtk::grab || $o->{grab};
- print "modal############################################################\n" if $my_gtk::grab || $o->{grab};
$o;
}
sub main($;$) {