From 0408c781e6affb569d3c004b98100014fff24b40 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 18 Dec 2003 11:51:07 +0000 Subject: fix previous button place at install time --- perl-install/ugtk2.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/ugtk2.pm') diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm index a0757ef82..6085e087a 100644 --- a/perl-install/ugtk2.pm +++ b/perl-install/ugtk2.pm @@ -512,7 +512,7 @@ sub create_okcancel { my @l; # buttons list if ($::isWizard) { # wizard mode: order is cancel/extras/white/prev/next - push @l, if_(!$::isInstall, $w->{wizcancel}), @extras, $bprev, if_($::isInstall, Gtk2::Label->new), $bok; + push @l, if_(!$::isInstall, $w->{wizcancel}), @extras, if_($::isInstall, Gtk2::Label->new), $bprev, $bok; } else { # normal mode: cancel/ok button follow current desktop's HIG my @extras = (@l2, @r2, if_($ok && $cancel, Gtk2::Label->new)); # space buttons but if there's only one -- cgit v1.2.1