]> git.proxmox.com Git - pve-installer.git/commitdiff
s/$i/$a/
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 25 Jan 2019 15:28:27 +0000 (16:28 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 25 Jan 2019 15:28:27 +0000 (16:28 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
proxinstall

index 1a2b2f4343bc243176c8edb09e6bf1b14b22d37e..f2414db7293c45faf759f33b6849b13725f85735 100755 (executable)
@@ -3066,7 +3066,7 @@ sub create_hdsel_view {
     $target_hd_combo->signal_connect(changed => sub {
        $a = shift->get_active;
        my ($disk, $devname) = @{@$hds[$a]};
-       $last_hd_selected = $i;
+       $last_hd_selected = $a;
        $target_hd = $devname;
     });