diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-08-10 23:16:03 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-08-10 23:16:03 +0000 |
commit | 5a1c8c6c2cdd54d5319e15b901a71700cc00bb63 (patch) | |
tree | bbbe4f8922bf98633af93a0ca2e7088302d380bd /perl-install | |
parent | 9ee289505698468f529dc2ebfb7c240e2cdf9c7b (diff) | |
download | drakx-5a1c8c6c2cdd54d5319e15b901a71700cc00bb63.tar drakx-5a1c8c6c2cdd54d5319e15b901a71700cc00bb63.tar.gz drakx-5a1c8c6c2cdd54d5319e15b901a71700cc00bb63.tar.bz2 drakx-5a1c8c6c2cdd54d5319e15b901a71700cc00bb63.tar.xz drakx-5a1c8c6c2cdd54d5319e15b901a71700cc00bb63.zip |
(Gtk2::MDV::CellRendererPixWithLabel->RENDER) minor reindent
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/ugtk2.pm | 2 |
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) { |