diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/draklive | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/draklive b/tools/draklive index 87dcf13f6..1cb19d968 100755 --- a/tools/draklive +++ b/tools/draklive @@ -723,7 +723,7 @@ sub copy_wizard { }, data => [ { type => 'list', allow_empty_list => 1, val => \$device, , list => \@available_devices, - format => sub { $_[0]->{formatted_name} } }, + format => sub { $_[0]{formatted_name} } }, { text => N("Format selected device"), val => \$format, type => 'bool' } ], complete => sub { return 0 if defined $device; |