From 01d2ff5a848b32c468804f259731220159371b5c Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 28 Nov 2013 18:31:44 +0100 Subject: Pango->PANGO_WEIGHT_BOLD is not available through introspection --- Rpmdrake/formatting.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rpmdrake/formatting.pm b/Rpmdrake/formatting.pm index 3e459201..00f8b817 100644 --- a/Rpmdrake/formatting.pm +++ b/Rpmdrake/formatting.pm @@ -116,7 +116,7 @@ our $spacing = " "; sub format_changelog_string { my ($installed_version, $string) = @_; #- preprocess changelog for faster TextView insert reaction - my %date_attr = ('weight' => Pango->PANGO_WEIGHT_BOLD); + my %date_attr = ('weight' => 'bold'); my %update_attr = ('style' => 'italic'); my $version; my $highlight; -- cgit v1.2.1