From 5a1c8c6c2cdd54d5319e15b901a71700cc00bb63 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 10 Aug 2007 23:16:03 +0000 Subject: (Gtk2::MDV::CellRendererPixWithLabel->RENDER) minor reindent --- perl-install/ugtk2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') 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) { -- cgit v1.2.1