https://bugzilla.novell.com/show_bug.cgi?id=208505 ------- Comment #5 from kssingvo@novell.com 2006-11-09 16:56 MST ------- How is this one converted... gscmxx, line 5115: @states = qw(normal insensitive active prelight); $styles{default} = new Gtk::Style; foreach (@states) { $styles{default}->base($_, $colors{background}); $styles{default}->bg($_, $colors{background}); $styles{default}->text($_, $colors{background}); $styles{default}->light($_, $colors{background}); $styles{default}->mid($_, $colors{background}); $styles{default}->dark($_, $colors{background}); }; gscmxx, line 5088: my $font = Gtk::Gdk::Font->load( $fontnames{$_} ) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.