From 327ba5b25cc1bc22a0baca593ae40cef9ebd9570 Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Thu, 8 Sep 2005 15:27:28 +0000 Subject: use gtk_log_box instead of progressbar --- installsrv_wizard/Installsrv.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}); -- cgit v1.2.1