summaryrefslogtreecommitdiffstats
path: root/perl-install/ugtk2.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-07-09 16:58:15 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-07-09 16:58:15 +0000
commit69e6a0fae471970a3e2e33069ae6a181cea66a05 (patch)
treed48db1bdfbadbabbd460d6f798f73e7a7dbfdb52 /perl-install/ugtk2.pm
parentf464e56d5402ac8585252773fcb41968148c2bc5 (diff)
downloaddrakx-backup-do-not-use-69e6a0fae471970a3e2e33069ae6a181cea66a05.tar
drakx-backup-do-not-use-69e6a0fae471970a3e2e33069ae6a181cea66a05.tar.gz
drakx-backup-do-not-use-69e6a0fae471970a3e2e33069ae6a181cea66a05.tar.bz2
drakx-backup-do-not-use-69e6a0fae471970a3e2e33069ae6a181cea66a05.tar.xz
drakx-backup-do-not-use-69e6a0fae471970a3e2e33069ae6a181cea66a05.zip
typo fix
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 d0b0acebd..9f14d9727 100644
--- a/perl-install/ugtk2.pm
+++ b/perl-install/ugtk2.pm
@@ -1342,7 +1342,7 @@ sub set {
package Gtk2::Entry;
sub new_with_text {
shift;
- my $entry = Gtk2::Entry::>new;
+ my $entry = Gtk2::Entry::new;
@_ and $entry->set_text(@_);
return $entry;
}