@@ -1,6 +1,7 @@ - support for UUID (including UUID=xxx in fstab) - do not set relatime option for mounting nfs - nicely adjust mtime of fontconfig cache files +- steps window: do not underline categories (Installation, Configuration) Version 10.4.183 - 31 August 2007, by Pascal "Pixel" Rigaux @@ -112,7 +112,7 @@ sub create_steps_window { $steps{$_} ||= gtknew('Pixbuf', file => "steps_$_") foreach qw(on off done); my $category = sub { gtknew('HBox', children_tight => [ - gtknew('Label', text_markup => '<b><u>' . $_[0] . '</u></b>', widget_name => 'Step-categories') + gtknew('Label', text_markup => '<b>' . $_[0] . '</b>', widget_name => 'Step-categories') ]); }; |