summaryrefslogtreecommitdiffstats
path: root/perl-install/ugtk2.pm
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2005-07-01 08:56:40 +0000
committerOlivier Blin <oblin@mandriva.org>2005-07-01 08:56:40 +0000
commit0bfe08cab62a58c25a2ecb57c9a9039db10bfed9 (patch)
treef825dde934da2b52005d10b7d49602af362af216 /perl-install/ugtk2.pm
parentb1e259c62a92c5c9b202c5a558b6372566785684 (diff)
downloaddrakx-0bfe08cab62a58c25a2ecb57c9a9039db10bfed9.tar
drakx-0bfe08cab62a58c25a2ecb57c9a9039db10bfed9.tar.gz
drakx-0bfe08cab62a58c25a2ecb57c9a9039db10bfed9.tar.bz2
drakx-0bfe08cab62a58c25a2ecb57c9a9039db10bfed9.tar.xz
drakx-0bfe08cab62a58c25a2ecb57c9a9039db10bfed9.zip
remove spurious comment
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 f04f0e882..115203dbf 100644
--- a/perl-install/ugtk2.pm
+++ b/perl-install/ugtk2.pm
@@ -835,7 +835,7 @@ sub new {
my ($type, $title, %opts) = @_;
my $o = bless { %opts }, $type;
- while (my $e = shift @tempory::objects) { $e->destroy } #- uh ?
+ while (my $e = shift @tempory::objects) { $e->destroy }
my $window = gtknew(
'MagicWindow',