summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2005-08-10 01:30:03 +0000
committerAntoine Ginies <aginies@mandriva.com>2005-08-10 01:30:03 +0000
commit0af90d56cd511840f4f8cd86d6708250b79db197 (patch)
tree6b456801b25c49d21190745385ede01a44e10d34 /common
parent8ee8dc23cf90b24e9bb936f49d75bcbd5ba54fe2 (diff)
downloaddrakwizard-0af90d56cd511840f4f8cd86d6708250b79db197.tar
drakwizard-0af90d56cd511840f4f8cd86d6708250b79db197.tar.gz
drakwizard-0af90d56cd511840f4f8cd86d6708250b79db197.tar.bz2
drakwizard-0af90d56cd511840f4f8cd86d6708250b79db197.tar.xz
drakwizard-0af90d56cd511840f4f8cd86d6708250b79db197.zip
remove some exported fonctions
Diffstat (limited to 'common')
-rw-r--r--common/Wizcommon.pm5
1 files changed, 3 insertions, 2 deletions
diff --git a/common/Wizcommon.pm b/common/Wizcommon.pm
index f9ae4c7b..676b3138 100644
--- a/common/Wizcommon.pm
+++ b/common/Wizcommon.pm
@@ -27,7 +27,7 @@ use MDK::Common;
use MDK::Wizard::IFCFG;
our @ISA = qw(Exporter);
-our @EXPORT = qw(check_started run_command_and_log test_host_domain wizard_progress_bar);
+our @EXPORT = qw(check_started test_host_domain);
my $net;
@@ -97,6 +97,7 @@ sub wizard_progress_bar {
}
close TMP;
$my_win->destroy;
+ return 0;
}
@@ -156,4 +157,4 @@ sub run_command_and_log {
$w->show;
}
-1
+1;