From 1f4b58d339dfff02327152fb188a19460820eb4e Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 17 Aug 2014 21:08:05 +0200 Subject: adapt to new tooltips API --- drakpxelinux.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drakpxelinux.pl b/drakpxelinux.pl index c52542b..96005ed 100755 --- a/drakpxelinux.pl +++ b/drakpxelinux.pl @@ -137,7 +137,7 @@ sub restart_dialog { sub set_help_tip { my ($entry, $key) = @_; - gtkset_tip(new Gtk3::Tooltips, $entry, formatAlaTeX($help{$key})); + gtkset_tip($entry, formatAlaTeX($help{$key})); } if (!$::testing && !$in->do_pkgs->ensure_is_installed('pxe', $network::pxe::pxe_config_file)) { -- cgit v1.2.1