summaryrefslogtreecommitdiffstats
path: root/perl-install/ugtk2.pm
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2002-11-26 19:37:01 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2002-11-26 19:37:01 +0000
commitb51ffa9db486393e7b2531240db34df49a658141 (patch)
tree638873ca70b5a97e794afa7c9b0be62bd8bfc1cb /perl-install/ugtk2.pm
parent84a61d8636c74e29d4d000c65857f33797de8331 (diff)
downloaddrakx-backup-do-not-use-b51ffa9db486393e7b2531240db34df49a658141.tar
drakx-backup-do-not-use-b51ffa9db486393e7b2531240db34df49a658141.tar.gz
drakx-backup-do-not-use-b51ffa9db486393e7b2531240db34df49a658141.tar.bz2
drakx-backup-do-not-use-b51ffa9db486393e7b2531240db34df49a658141.tar.xz
drakx-backup-do-not-use-b51ffa9db486393e7b2531240db34df49a658141.zip
fix typo (gtkstring_size) thx to perl checker
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 e7e9ece9c..d55cf0e6c 100644
--- a/perl-install/ugtk2.pm
+++ b/perl-install/ugtk2.pm
@@ -614,7 +614,7 @@ sub get_text_coord {
@t2 = @t;
}
foreach (@t2) {
- my ($l, undef) = gtkstring_size($_ . (!$flag ? $wrap_char : ''));
+ my ($l, undef) = string_size($_ . (!$flag ? $wrap_char : ''));
if ($width + $l > $max_width2 && !$flag) {
$flag = 1;
$height += $height_elem + 1;