summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2005-06-06 05:44:47 +0000
committerOlivier Blin <oblin@mandriva.org>2005-06-06 05:44:47 +0000
commit7640365e3ec1a9d986984e86fcfaeda3a573dc59 (patch)
treee63692304f663338a264c69cbc3add2c4e48ddf0 /perl-install
parent5a53d6cc7eb815332c6195f3d360f916153cb4d4 (diff)
downloaddrakx-backup-do-not-use-7640365e3ec1a9d986984e86fcfaeda3a573dc59.tar
drakx-backup-do-not-use-7640365e3ec1a9d986984e86fcfaeda3a573dc59.tar.gz
drakx-backup-do-not-use-7640365e3ec1a9d986984e86fcfaeda3a573dc59.tar.bz2
drakx-backup-do-not-use-7640365e3ec1a9d986984e86fcfaeda3a573dc59.tar.xz
drakx-backup-do-not-use-7640365e3ec1a9d986984e86fcfaeda3a573dc59.zip
create adjustments before resolution is set so that they get correct upper values
Diffstat (limited to 'perl-install')
-rwxr-xr-xperl-install/standalone/draksplash6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-install/standalone/draksplash b/perl-install/standalone/draksplash
index 56b7bc622..c569bce4d 100755
--- a/perl-install/standalone/draksplash
+++ b/perl-install/standalone/draksplash
@@ -41,13 +41,13 @@ my %scale_settings = (
ph => [ 1/10, N("the height of the progress bar") ],
);
+my %adj;
+create_adj_widgets();
+
my %theme;
set_theme('new_theme');
set_resolution([ bootsplash::get_framebuffer_resolution() ]->[0]);
-my %adj;
-create_adj_widgets();
-
my $current_mode;
my $notebook = gtksignal_connect(Gtk2::Notebook->new, switch_page => sub {
my (undef, undef, $mode) = @_;