diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-02-13 20:30:33 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-02-13 20:30:33 +0000 |
commit | c8e630dee129d5687d74261834058113b9538f89 (patch) | |
tree | defebaac88b41434259b881f71e95719436ab1c4 /perl-install/install_steps_gtk.pm | |
parent | d367da67e1d5651e63600a5acd898d7411399466 (diff) | |
download | drakx-backup-do-not-use-c8e630dee129d5687d74261834058113b9538f89.tar drakx-backup-do-not-use-c8e630dee129d5687d74261834058113b9538f89.tar.gz drakx-backup-do-not-use-c8e630dee129d5687d74261834058113b9538f89.tar.bz2 drakx-backup-do-not-use-c8e630dee129d5687d74261834058113b9538f89.tar.xz drakx-backup-do-not-use-c8e630dee129d5687d74261834058113b9538f89.zip |
- use nice new gnome theme by ln and fcrozat
- remove old no more used themes
- for doc team, provide an option so that we'll
override some colors of the default theme
(for B&W printing screeshots)
Diffstat (limited to 'perl-install/install_steps_gtk.pm')
-rw-r--r-- | perl-install/install_steps_gtk.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm index 6a5802b17..91a491803 100644 --- a/perl-install/install_steps_gtk.pm +++ b/perl-install/install_steps_gtk.pm @@ -122,7 +122,7 @@ sub new($$) { $ENV{DISPLAY} = $wanted_DISPLAY; install_gtk::init_gtk(); install_gtk::init_sizes(); - install_gtk::install_theme($o, install_gtk::default_theme($o)); + install_gtk::install_theme($o); install_gtk::create_logo_window($o); $ugtk2::force_center = [ $::rootwidth - $::windowwidth, $::logoheight, $::windowwidth, $::windowheight ]; @@ -149,7 +149,6 @@ sub leavingStep { sub charsetChanged { my ($o) = @_; Gtk2->set_locale; - install_gtk::install_theme($o); install_gtk::create_steps_window($o); } |