summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-07-24 17:29:33 +0000
committerThierry Vignaud <tv@mandriva.org>2008-07-24 17:29:33 +0000
commite5ebd1827f80f4bb0ac8756376610a38a0e21d5d (patch)
tree48542e6cb543cf37bde575a70ba81eb81f11a3f2
parent7be93c882193c173b05ef3db2a301bd6b2e40f11 (diff)
downloaddrakx-e5ebd1827f80f4bb0ac8756376610a38a0e21d5d.tar
drakx-e5ebd1827f80f4bb0ac8756376610a38a0e21d5d.tar.gz
drakx-e5ebd1827f80f4bb0ac8756376610a38a0e21d5d.tar.bz2
drakx-e5ebd1827f80f4bb0ac8756376610a38a0e21d5d.tar.xz
drakx-e5ebd1827f80f4bb0ac8756376610a38a0e21d5d.zip
(new) stop creating a separate logo window
-rw-r--r--perl-install/install/steps_gtk.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/install/steps_gtk.pm b/perl-install/install/steps_gtk.pm
index dfc7b9ede..34f9dd625 100644
--- a/perl-install/install/steps_gtk.pm
+++ b/perl-install/install/steps_gtk.pm
@@ -136,7 +136,6 @@ sub new($$) {
install::gtk::init_gtk($o);
install::gtk::init_sizes($o);
install::gtk::install_theme($o);
- install::gtk::create_logo_window($o);
install::gtk::create_steps_window($o);
$ugtk2::grab = 1;