diff options
author | Olivier Blin <oblin@mandriva.org> | 2005-06-06 05:44:47 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2005-06-06 05:44:47 +0000 |
commit | 7640365e3ec1a9d986984e86fcfaeda3a573dc59 (patch) | |
tree | e63692304f663338a264c69cbc3add2c4e48ddf0 /perl-install/standalone/draksplash | |
parent | 5a53d6cc7eb815332c6195f3d360f916153cb4d4 (diff) | |
download | drakx-7640365e3ec1a9d986984e86fcfaeda3a573dc59.tar drakx-7640365e3ec1a9d986984e86fcfaeda3a573dc59.tar.gz drakx-7640365e3ec1a9d986984e86fcfaeda3a573dc59.tar.bz2 drakx-7640365e3ec1a9d986984e86fcfaeda3a573dc59.tar.xz drakx-7640365e3ec1a9d986984e86fcfaeda3a573dc59.zip |
create adjustments before resolution is set so that they get correct upper values
Diffstat (limited to 'perl-install/standalone/draksplash')
-rwxr-xr-x | perl-install/standalone/draksplash | 6 |
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) = @_; |