diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-02-18 17:49:15 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-02-18 17:49:15 +0000 |
commit | 4fc55d796a2a5cac48abff76867d7c70dbbc59ca (patch) | |
tree | 4de1cebeab226a2d1ab30fbe1c6897a505510073 /perl-install/install_steps_gtk.pm | |
parent | 3194ee06cf34bc64750ce9168465230a248752a2 (diff) | |
download | drakx-4fc55d796a2a5cac48abff76867d7c70dbbc59ca.tar drakx-4fc55d796a2a5cac48abff76867d7c70dbbc59ca.tar.gz drakx-4fc55d796a2a5cac48abff76867d7c70dbbc59ca.tar.bz2 drakx-4fc55d796a2a5cac48abff76867d7c70dbbc59ca.tar.xz drakx-4fc55d796a2a5cac48abff76867d7c70dbbc59ca.zip |
allow to specify font size in output of l2pango_font
destroy and recreate steps window when charset changed because gtk won't update the font size otherwise
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 aed4a50ca..1131332e0 100644 --- a/perl-install/install_steps_gtk.pm +++ b/perl-install/install_steps_gtk.pm @@ -151,7 +151,7 @@ sub charsetChanged { my ($o) = @_; Gtk2->set_locale; install_gtk::load_font($o); - install_gtk::update_steps_labels($o); + install_gtk::create_steps_window($o); } #-###################################################################################### |