diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-09-19 15:43:42 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-09-19 15:43:42 +0000 |
commit | d2b8ec59bd7262758f2677547edb625aa2f5d209 (patch) | |
tree | 0cccca2eee155aa1ec0edfa7d713cc167b04b94b | |
parent | cfb190dff2446d3e128abb2404164de7c997246b (diff) | |
download | drakx-d2b8ec59bd7262758f2677547edb625aa2f5d209.tar drakx-d2b8ec59bd7262758f2677547edb625aa2f5d209.tar.gz drakx-d2b8ec59bd7262758f2677547edb625aa2f5d209.tar.bz2 drakx-d2b8ec59bd7262758f2677547edb625aa2f5d209.tar.xz drakx-d2b8ec59bd7262758f2677547edb625aa2f5d209.zip |
(Gtk2::Banner->new) import ressources files in order to get banner's text in blue
-rw-r--r-- | perl-install/ugtk2.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm index 9bd42f9c2..f7e996a82 100644 --- a/perl-install/ugtk2.pm +++ b/perl-install/ugtk2.pm @@ -1437,6 +1437,7 @@ sub set_pixmap { sub new { my ($_class, $icon, $text, $o_options) = @_; + mygtk2::import_style_ressources(); my $darea = gtknew('DrawingArea', widget_name => 'Banner'); my $d_height = 54; $darea->set_size_request(-1, $d_height); |