summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_gtk.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-02-03 00:32:34 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-02-03 00:32:34 +0000
commite0a026804ee724ae671f46a8e883cb4ed72f6125 (patch)
tree341c6bef05f4bb844170668fd96bb7bfd12df6ba /perl-install/install_steps_gtk.pm
parent967b921c014c91e75f32a3737545ee408465f594 (diff)
downloaddrakx-backup-do-not-use-e0a026804ee724ae671f46a8e883cb4ed72f6125.tar
drakx-backup-do-not-use-e0a026804ee724ae671f46a8e883cb4ed72f6125.tar.gz
drakx-backup-do-not-use-e0a026804ee724ae671f46a8e883cb4ed72f6125.tar.bz2
drakx-backup-do-not-use-e0a026804ee724ae671f46a8e883cb4ed72f6125.tar.xz
drakx-backup-do-not-use-e0a026804ee724ae671f46a8e883cb4ed72f6125.zip
(charsetChanged): created, takes care of setting to the right charset the windows
Diffstat (limited to 'perl-install/install_steps_gtk.pm')
-rw-r--r--perl-install/install_steps_gtk.pm9
1 files changed, 6 insertions, 3 deletions
diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm
index d82cd6d78..e88c74df0 100644
--- a/perl-install/install_steps_gtk.pm
+++ b/perl-install/install_steps_gtk.pm
@@ -123,6 +123,11 @@ sub leavingStep {
}
+sub charsetChanged {
+ my ($o) = @_;
+ Gtk->set_locale;
+ install_gtk::install_theme($o);
+}
#-######################################################################################
#- Steps Functions
@@ -130,9 +135,7 @@ sub leavingStep {
sub selectLanguage {
my ($o, $first_time) = @_;
$o->SUPER::selectLanguage;
- Gtk->set_locale;
- install_gtk::install_theme($o);
-
+
$o->ask_warn('',
_("Your system is low on resource. You may have some problem installing
Linux-Mandrake. If that occurs, you can try a text install instead. For this,