summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2005-07-04 09:23:21 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2005-07-04 09:23:21 +0000
commit517b21ea7ff1c54d80cfd875ee09e912e8db2156 (patch)
treed518c678597bab934d0a76e75cff6da736be0a61
parentb5eebd9662a5df2cb985aaeeac17b3d9ed0b33b7 (diff)
downloaddrakx-backup-do-not-use-517b21ea7ff1c54d80cfd875ee09e912e8db2156.tar
drakx-backup-do-not-use-517b21ea7ff1c54d80cfd875ee09e912e8db2156.tar.gz
drakx-backup-do-not-use-517b21ea7ff1c54d80cfd875ee09e912e8db2156.tar.bz2
drakx-backup-do-not-use-517b21ea7ff1c54d80cfd875ee09e912e8db2156.tar.xz
drakx-backup-do-not-use-517b21ea7ff1c54d80cfd875ee09e912e8db2156.zip
fix build (perl_checker fix)
-rwxr-xr-xperl-install/standalone/drakbackup2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakbackup b/perl-install/standalone/drakbackup
index 92d21061f..0e3fdeac5 100755
--- a/perl-install/standalone/drakbackup
+++ b/perl-install/standalone/drakbackup
@@ -4208,7 +4208,7 @@ sub build_backup_ftp_status() {
$table = gtkpack_(new Gtk2::VBox(0, 15),
1, N("Sending files by FTP"),
1, new Gtk2::VBox(0, 15),
- 1, create_packtable ({ col_spacings => 10, row_spacings => 5 },
+ 1, create_packtable({ col_spacings => 10, row_spacings => 5 },
[N("Sending files...")],
[""],
[ $plabel = new Gtk2::Label(' ') ],