summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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) = @_;