aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_display.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2017-01-02 23:23:53 +0100
committerMarc Alexander <admin@m-a-styles.de>2017-01-02 23:23:53 +0100
commit4c550c221bebed3e45dec49fa741b02c608fa446 (patch)
treeee2c321d38a2c66e2c383118bef896e76208c31e /phpBB/includes/functions_display.php
parent56314f4c22491dd5b2aacb2a013850c7f3171be8 (diff)
downloadforums-4c550c221bebed3e45dec49fa741b02c608fa446.tar
forums-4c550c221bebed3e45dec49fa741b02c608fa446.tar.gz
forums-4c550c221bebed3e45dec49fa741b02c608fa446.tar.bz2
forums-4c550c221bebed3e45dec49fa741b02c608fa446.tar.xz
forums-4c550c221bebed3e45dec49fa741b02c608fa446.zip
[ticket/14954] Properly check if topic has attachments in mcp_queue
PHPBB3-14954
Diffstat (limited to 'phpBB/includes/functions_display.php')
0 files changed, 0 insertions, 0 deletions
ue='15'>15space:mode:
authorThierry Vignaud <tv@mandriva.org>2008-09-19 15:43:20 +0000
committerThierry Vignaud <tv@mandriva.org>2008-09-19 15:43:20 +0000
commitcfb190dff2446d3e128abb2404164de7c997246b (patch)
tree13ef0e088b016c960a483e5abc54ba3ea0138721 /perl-install/ugtk2.pm
parent2a05424e4eec7c7c1de28ef673978f89f5b6f82c (diff)
downloaddrakx-cfb190dff2446d3e128abb2404164de7c997246b.tar
drakx-cfb190dff2446d3e128abb2404164de7c997246b.tar.gz
drakx-cfb190dff2446d3e128abb2404164de7c997246b.tar.bz2
drakx-cfb190dff2446d3e128abb2404164de7c997246b.tar.xz
drakx-cfb190dff2446d3e128abb2404164de7c997246b.zip
(Gtk2::Banner->new) set name on Banner's DrawingArea for styling
Diffstat (limited to 'perl-install/ugtk2.pm')
-rw-r--r--perl-install/ugtk2.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/ugtk2.pm b/perl-install/ugtk2.pm
index b49529b9c..9bd42f9c2 100644
--- a/perl-install/ugtk2.pm
+++ b/perl-install/ugtk2.pm
@@ -1437,7 +1437,7 @@ sub set_pixmap {
sub new {
my ($_class, $icon, $text, $o_options) = @_;
- my $darea = gtknew('DrawingArea');
+ my $darea = gtknew('DrawingArea', widget_name => 'Banner');
my $d_height = 54;
$darea->set_size_request(-1, $d_height);
$darea->modify_font(Gtk2::Pango::FontDescription->from_string("Sans Bold 14"));