summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_gtk.pm
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2013-11-24 23:50:12 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2013-11-24 23:53:05 +0100
commitead34f1dd8d6d95d1c60c88ea5c920c06ff3fc8d (patch)
treef929b4f5aca9d096da52968506157e288c198a27 /perl-install/install/steps_gtk.pm
parent3cfaca7fb9efac159556e25a53940dcd341b5dad (diff)
downloaddrakx-ead34f1dd8d6d95d1c60c88ea5c920c06ff3fc8d.tar
drakx-ead34f1dd8d6d95d1c60c88ea5c920c06ff3fc8d.tar.gz
drakx-ead34f1dd8d6d95d1c60c88ea5c920c06ff3fc8d.tar.bz2
drakx-ead34f1dd8d6d95d1c60c88ea5c920c06ff3fc8d.tar.xz
drakx-ead34f1dd8d6d95d1c60c88ea5c920c06ff3fc8d.zip
disable updating ads titles
testing latest commit shows that updating ads titles hasn't actually worked for years...
Diffstat (limited to 'perl-install/install/steps_gtk.pm')
-rw-r--r--perl-install/install/steps_gtk.pm3
1 files changed, 2 insertions, 1 deletions
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);
}
};