From 4fc55d796a2a5cac48abff76867d7c70dbbc59ca Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Tue, 18 Feb 2003 17:49:15 +0000 Subject: 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 --- perl-install/install_steps_gtk.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_steps_gtk.pm') 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); } #-###################################################################################### -- cgit v1.2.1