diff options
-rw-r--r-- | perl-install/standalone/drakhosts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/standalone/drakhosts b/perl-install/standalone/drakhosts index ef005b0ce..e2ad56185 100644 --- a/perl-install/standalone/drakhosts +++ b/perl-install/standalone/drakhosts @@ -95,6 +95,7 @@ sub add_modify_entry { if ($wanted =~ /modify/) { $iter = $selection->get_selected; + $iter or info_dialog(N("Error"), N("Please add an host to be able to modify it.")) and return; my $path = $model->get_path($iter); $i = ($path->get_indices)[0]; $ip->set_text($listhosts[$i]{ip}); |