summaryrefslogtreecommitdiffstats
path: root/drakpxelinux.pl
diff options
context:
space:
mode:
Diffstat (limited to 'drakpxelinux.pl')
-rwxr-xr-xdrakpxelinux.pl2
1 files changed, 1 insertions, 1 deletions
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)) {