diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-08-08 11:28:21 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-08-08 11:28:21 +0000 |
commit | 009023a74562757d59bf7eb2d6f6ab9048b44239 (patch) | |
tree | 565fdc954c3bf6f1d3621f6e7b8fe15d51157753 /perl-install/install_steps_gtk.pm | |
parent | b80a27d639f0d1159f89d063144bb30696dd575a (diff) | |
download | drakx-009023a74562757d59bf7eb2d6f6ab9048b44239.tar drakx-009023a74562757d59bf7eb2d6f6ab9048b44239.tar.gz drakx-009023a74562757d59bf7eb2d6f6ab9048b44239.tar.bz2 drakx-009023a74562757d59bf7eb2d6f6ab9048b44239.tar.xz drakx-009023a74562757d59bf7eb2d6f6ab9048b44239.zip |
- remove buttons to change theme
- add F5 to change the theme to the 'white' theme
- cleanup the theme code
Diffstat (limited to 'perl-install/install_steps_gtk.pm')
-rw-r--r-- | perl-install/install_steps_gtk.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm index 10f964191..9fc63db6e 100644 --- a/perl-install/install_steps_gtk.pm +++ b/perl-install/install_steps_gtk.pm @@ -107,7 +107,7 @@ sub new($$) { } OK: install_gtk::init_sizes(); - install_gtk::default_theme($o); + install_gtk::install_theme($o, install_gtk::default_theme($o)); install_gtk::create_logo_window($o); $my_gtk::force_center = [ $::rootwidth - $::windowwidth, $::logoheight, $::windowwidth, $::windowheight ]; |