diff options
Diffstat (limited to 'bin/drakhosts')
-rwxr-xr-x | bin/drakhosts | 2 |
1 files changed, 1 insertions, 1 deletions
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); |