From 2ae96bdeaab391238edab3c5fbb2b522dcf7dc74 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 11 Sep 2008 15:00:38 +0000 Subject: (_gtk__Install_Button) do not render "Advanced" & "Help" buttons as blue --- perl-install/install/NEWS | 1 + perl-install/mygtk2.pm | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 0f07888b7..22dde0009 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,4 @@ +- do not render "Advanced" & "Help" buttons as blue - services (thanks to spuk): o list ip6tables in "Internet" category o list nfs-common and nfs-server in "File sharing" category diff --git a/perl-install/mygtk2.pm b/perl-install/mygtk2.pm index 4b013b855..44dd1092a 100644 --- a/perl-install/mygtk2.pm +++ b/perl-install/mygtk2.pm @@ -146,7 +146,6 @@ sub _gtk { sub _gtk__Install_Button { my ($w, $opts, $class) = @_; - $opts->{widget_name} = 'Banner'; $opts->{child} = gtknew('HBox', spacing => 5, children_tight => [ # FIXME: not RTL compliant (lang::text_direction_rtl() ? ...) -- cgit v1.2.1