summaryrefslogtreecommitdiffstats
path: root/perl-install/ugtk2.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-05-18 07:59:33 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-05-18 07:59:33 +0000
commit7de42da48ae3c090e75eeeaf1eb7d7be2daf556f (patch)
tree36fcca6ae5e888bd94c47d47157d810f7426312f /perl-install/ugtk2.pm
parentb8bbf86428f4f174cc4162959c5748cefbf239ca (diff)
downloaddrakx-backup-do-not-use-7de42da48ae3c090e75eeeaf1eb7d7be2daf556f.tar
drakx-backup-do-not-use-7de42da48ae3c090e75eeeaf1eb7d7be2daf556f.tar.gz
drakx-backup-do-not-use-7de42da48ae3c090e75eeeaf1eb7d7be2daf556f.tar.bz2
drakx-backup-do-not-use-7de42da48ae3c090e75eeeaf1eb7d7be2daf556f.tar.xz
drakx-backup-do-not-use-7de42da48ae3c090e75eeeaf1eb7d7be2daf556f.zip
(Gtk2::OptionMenu->new) kill debug message
Diffstat (limited to 'perl-install/ugtk2.pm')
-rw-r--r--perl-install/ugtk2.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm
index edf3523ca..3fc237712 100644
--- a/perl-install/ugtk2.pm
+++ b/perl-install/ugtk2.pm
@@ -1566,7 +1566,7 @@ sub toggle_expansion {
package Gtk2::OptionMenu;
-sub new { print "toto! !!!\n\n"; Gtk2::ComboBox->new_text }
+sub new { Gtk2::ComboBox->new_text }