From ead34f1dd8d6d95d1c60c88ea5c920c06ff3fc8d Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 24 Nov 2013 23:50:12 +0100 Subject: disable updating ads titles testing latest commit shows that updating ads titles hasn't actually worked for years... --- perl-install/install/steps_gtk.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/install/steps_gtk.pm b/perl-install/install/steps_gtk.pm index 5ff2a1bf4..ff396e123 100644 --- a/perl-install/install/steps_gtk.pm +++ b/perl-install/install/steps_gtk.pm @@ -571,7 +571,8 @@ sub installPackages { my ($title); my $pl = $f; $pl =~ s/\.png$/.pl/; eval(cat_($pl)) if -e $pl; - Gtk3::Banner::update_text($banner, $title); + # FIXME: This hasn't actually worked for years: + #Gtk3::Banner::update_text($banner, $title); } }; -- cgit v1.2.1