diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-01-16 12:16:50 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-01-16 12:16:50 +0000 |
commit | 6bf5ba6748589304e2908255239173b17045e4f2 (patch) | |
tree | e90503488881af20ffc8a6c598d2d664fad7246d /perl-install/standalone/drakxtv | |
parent | b1bdd08ed40de21d9242c0568f640a87f9d2392c (diff) | |
download | drakx-6bf5ba6748589304e2908255239173b17045e4f2.tar drakx-6bf5ba6748589304e2908255239173b17045e4f2.tar.gz drakx-6bf5ba6748589304e2908255239173b17045e4f2.tar.bz2 drakx-6bf5ba6748589304e2908255239173b17045e4f2.tar.xz drakx-6bf5ba6748589304e2908255239173b17045e4f2.zip |
"je n'en veux + de cette engeance" (c) pixel :
make explanations provided by log and not anymore by standalone,
thus preventing using standalone in drakx (which is bad)
Diffstat (limited to 'perl-install/standalone/drakxtv')
-rwxr-xr-x | perl-install/standalone/drakxtv | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/standalone/drakxtv b/perl-install/standalone/drakxtv index 2f1c39f4f..29f4e6065 100755 --- a/perl-install/standalone/drakxtv +++ b/perl-install/standalone/drakxtv @@ -41,7 +41,7 @@ sub scan4channels { #{ exec {'consolehelper'} $0, ("urpmi", "xawtv") or die N("consolehelper missing"); # }; if (! -x "/usr/bin/scantv") { -# standalone::explanations("package xawtv isn't installed"); +# log::explanations("package xawtv isn't installed"); $in->ask_warn("XawTV isn't installed!", formatAlaTeX(N("XawTV isn't installed! @@ -120,7 +120,7 @@ You can install it by typing \"urpmi xawtv\" as root, in a console."))); $in->ask_warn(N("There was an error while scanning for TV channels"), N("XawTV isn't installed!")) } else { - standalone::explanations("created file $home/.xawtv"); + log::explanations("created file $home/.xawtv"); $in->ask_warn(N("Have a nice day!"), N("Now, you can run xawtv (under X Window!) !\n")) unless $use_X; }; |