diff options
author | Olivier Blin <oblin@mandriva.org> | 2005-12-27 18:38:13 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2005-12-27 18:38:13 +0000 |
commit | 9b4d6e6beb626083c04748508852413638dc3f73 (patch) | |
tree | 9db87ec781572e2862f4aeaa4c2f9239f60482ee /tools | |
parent | 23d8650b738066f568aa1c3f2c7a9fca5f2a746d (diff) | |
download | drakx-backup-do-not-use-9b4d6e6beb626083c04748508852413638dc3f73.tar drakx-backup-do-not-use-9b4d6e6beb626083c04748508852413638dc3f73.tar.gz drakx-backup-do-not-use-9b4d6e6beb626083c04748508852413638dc3f73.tar.bz2 drakx-backup-do-not-use-9b4d6e6beb626083c04748508852413638dc3f73.tar.xz drakx-backup-do-not-use-9b4d6e6beb626083c04748508852413638dc3f73.zip |
perl_checker fix
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; |