summaryrefslogtreecommitdiffstats
path: root/perl-install/ugtk2.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-07-09 17:36:23 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-07-09 17:36:23 +0000
commit32fc593e57345d141f4d757a2ea0637eb2237aa6 (patch)
treec4b19c7228986cb7f2c1651c4fec94d63f9c2d4e /perl-install/ugtk2.pm
parent69e6a0fae471970a3e2e33069ae6a181cea66a05 (diff)
downloaddrakx-backup-do-not-use-32fc593e57345d141f4d757a2ea0637eb2237aa6.tar
drakx-backup-do-not-use-32fc593e57345d141f4d757a2ea0637eb2237aa6.tar.gz
drakx-backup-do-not-use-32fc593e57345d141f4d757a2ea0637eb2237aa6.tar.bz2
drakx-backup-do-not-use-32fc593e57345d141f4d757a2ea0637eb2237aa6.tar.xz
drakx-backup-do-not-use-32fc593e57345d141f4d757a2ea0637eb2237aa6.zip
remove debugging trace
Diffstat (limited to 'perl-install/ugtk2.pm')
-rw-r--r--perl-install/ugtk2.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm
index 9f14d9727..e8ce95bea 100644
--- a/perl-install/ugtk2.pm
+++ b/perl-install/ugtk2.pm
@@ -1001,7 +1001,6 @@ sub _ask_okcancel($@) {
sub _ask_file {
my ($o, $title, $path) = @_;
my ($modality, $position) = ($o->{rwindow}->get_modal, $o->{rwindow}->get('window-position'));
- print "position is $position\n";
my $f = $o->{rwindow} = Gtk2::FileSelection->new($title);
$f->set_modal($modality);
$f->set_position($position);