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.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/installsrv_wizard/Installsrv.pm b/installsrv_wizard/Installsrv.pm
index 8a407a00..620bea02 100644
--- a/installsrv_wizard/Installsrv.pm
+++ b/installsrv_wizard/Installsrv.pm
@@ -28,6 +28,7 @@ use common;
use services;
use MDK::Wizard::Varspaceval;
use MDK::Wizard::Wizcommon;
+use MDK::Wizard::Wizcommon_gtk2;
# test root capa
@@ -152,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::wizard_progress_bar($command, "Copying Data...");
+ MDK::Wizard::Wizcommon_gtk2::wizard_progress_bar($command, "Copying Data...");
add_install_dir();
add_http_link($o->{var}{DESTDIR});