summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2016-09-21 21:24:00 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2016-09-21 21:24:16 +0200
commit2add4146c0ff643c4e630f289af6aad1a58f6981 (patch)
tree3161f99203ae6cc94f7e88968dbaaefc25df3597
parent0a3ab893f3704ef0aaa83ac25c63e86d0ef6ade9 (diff)
downloaddrakx-2add4146c0ff643c4e630f289af6aad1a58f6981.tar
drakx-2add4146c0ff643c4e630f289af6aad1a58f6981.tar.gz
drakx-2add4146c0ff643c4e630f289af6aad1a58f6981.tar.bz2
drakx-2add4146c0ff643c4e630f289af6aad1a58f6981.tar.xz
drakx-2add4146c0ff643c4e630f289af6aad1a58f6981.zip
remove broken support for pixbuf_file
we don't have set_back_pixbuf() since we switched to gtk+3 anyway this hasn't been an issue because we don't use that feature since commit 4e51a3864c6e4ddf9fb0f423d678e6fff3ea8aea 8 years ago so just's rip it
-rw-r--r--perl-install/mygtk3.pm8
1 files changed, 0 insertions, 8 deletions
diff --git a/perl-install/mygtk3.pm b/perl-install/mygtk3.pm
index 7b09e279f..0d8151047 100644
--- a/perl-install/mygtk3.pm
+++ b/perl-install/mygtk3.pm
@@ -905,14 +905,6 @@ sub _gtknew_handle_layout_children {
$w->put(@$_);
}
delete $opts->{children};
-
- if ($opts->{pixbuf_file}) {
- my $pixbuf = if_($opts->{pixbuf_file}, gtknew('Pixbuf', file => delete $opts->{pixbuf_file}));
- $w->signal_connect(
- realize => sub {
- ugtk3::set_back_pixbuf($w, $pixbuf);
- });
- }
}