summaryrefslogtreecommitdiffstats
path: root/installsrv_wizard/Installsrv.pm
diff options
context:
space:
mode:
Diffstat (limited to 'installsrv_wizard/Installsrv.pm')
-rw-r--r--installsrv_wizard/Installsrv.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/installsrv_wizard/Installsrv.pm b/installsrv_wizard/Installsrv.pm
index a9ee03eb..ce00a274 100644
--- a/installsrv_wizard/Installsrv.pm
+++ b/installsrv_wizard/Installsrv.pm
@@ -153,7 +153,7 @@ sub do_it {
my $D = $o->{var}{DESTDIR};
if (! -d $D) { mkdir_p($D) }
my $command = "cp -av $S/* $D";
- MDK::Wizard::Wizcommon_gtk2::wizard_progress_bar($command, "Copying Data...");
+ MDK::Wizard::Wizcommon_gtk2::gtk_log($command, "Copying Data...");
add_install_dir();
add_http_link($o->{var}{DESTDIR});