diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-07-09 17:36:23 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-07-09 17:36:23 +0000 |
commit | 32fc593e57345d141f4d757a2ea0637eb2237aa6 (patch) | |
tree | c4b19c7228986cb7f2c1651c4fec94d63f9c2d4e /perl-install/ugtk2.pm | |
parent | 69e6a0fae471970a3e2e33069ae6a181cea66a05 (diff) | |
download | drakx-32fc593e57345d141f4d757a2ea0637eb2237aa6.tar drakx-32fc593e57345d141f4d757a2ea0637eb2237aa6.tar.gz drakx-32fc593e57345d141f4d757a2ea0637eb2237aa6.tar.bz2 drakx-32fc593e57345d141f4d757a2ea0637eb2237aa6.tar.xz drakx-32fc593e57345d141f4d757a2ea0637eb2237aa6.zip |
remove debugging trace
Diffstat (limited to 'perl-install/ugtk2.pm')
-rw-r--r-- | perl-install/ugtk2.pm | 1 |
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); |