Signed-off-by: Stoiko Ivanov <[email protected]>
---
 proxinstall | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/proxinstall b/proxinstall
index 2f665dc..97c5394 100755
--- a/proxinstall
+++ b/proxinstall
@@ -2500,9 +2500,8 @@ my $hdsize_entry_buffer;
 
 my $get_hdsize_spinbtn = sub {
     my $hdsize = shift;
-
     if (!defined($hdsize_size_adj)) {
-       die "called get_hdsize_spinbtn with \$hdsize_size_adj not defined but 
did not pass hsize!\n"
+       die "called get_hdsize_spinbtn with \$hdsize_size_adj not defined but 
did not pass hdsize!\n"
            if !defined($hdsize);
        $hdsize_size_adj = Gtk3::Adjustment->new($config_options->{hdsize} || 
$hdsize, 0, $hdsize+1, 1, 1, 1);
        $hdsize_entry_buffer = Gtk3::EntryBuffer->new(undef, 1);
-- 
2.11.0


_______________________________________________
pve-devel mailing list
[email protected]
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to