From 07388acc2571db56faf3298062c821a0041d7e6c Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 19 Nov 2013 00:49:57 +0100 Subject: fix "undefined value for mandatory argument 'title'" also reported by perl_checker ("not enough parameters") --- bin/drakhosts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/drakhosts b/bin/drakhosts index e613274..d93095c 100755 --- a/bin/drakhosts +++ b/bin/drakhosts @@ -86,7 +86,7 @@ sub add_modify_entry { # test if modify or add a host - my $dialog = _create_dialog(); + my $dialog = _create_dialog(''); $dialog->set_transient_for($::main_window); $dialog->set_title($title); $dialog->set_modal(1); -- cgit v1.2.1