summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-08-10 23:16:03 +0000
committerThierry Vignaud <tv@mandriva.org>2007-08-10 23:16:03 +0000
commit5a1c8c6c2cdd54d5319e15b901a71700cc00bb63 (patch)
treebbbe4f8922bf98633af93a0ca2e7088302d380bd
parent9ee289505698468f529dc2ebfb7c240e2cdf9c7b (diff)
downloaddrakx-backup-do-not-use-5a1c8c6c2cdd54d5319e15b901a71700cc00bb63.tar
drakx-backup-do-not-use-5a1c8c6c2cdd54d5319e15b901a71700cc00bb63.tar.gz
drakx-backup-do-not-use-5a1c8c6c2cdd54d5319e15b901a71700cc00bb63.tar.bz2
drakx-backup-do-not-use-5a1c8c6c2cdd54d5319e15b901a71700cc00bb63.tar.xz
drakx-backup-do-not-use-5a1c8c6c2cdd54d5319e15b901a71700cc00bb63.zip
(Gtk2::MDV::CellRendererPixWithLabel->RENDER) minor reindent
-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 2d463648b..debad12fa 100644
--- a/perl-install/ugtk2.pm
+++ b/perl-install/ugtk2.pm
@@ -1509,7 +1509,7 @@ sub RENDER { # not that efficient...
my ($x_offset, $y_offset, $_width, $_height) = calc_size($cell, $layout);
my $pixbuf = $cell->get('pixbuf');
- my ($pwidth, $pheight) = pixbuf_size($cell);
+ my ($pwidth, $pheight) = pixbuf_size($cell);
my $txt_offset = $cell_area->x + $x_offset + $x_padding * 2 + $pwidth;
if ($pixbuf) {