From bce291362914ca2b1101ec3503ccc89c001e7bcb Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Mon, 28 Apr 2008 23:35:46 +0000 Subject: default wizard beware: could overwrite some of your data in /etc/enigma2. add config.misc.defaultchosen=false to /etc/enigma2/settings to prevent this. --- lib/python/Screens/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/python/Screens/Makefile.am') diff --git a/lib/python/Screens/Makefile.am b/lib/python/Screens/Makefile.am index dd3baf08..b5068a76 100644 --- a/lib/python/Screens/Makefile.am +++ b/lib/python/Screens/Makefile.am @@ -12,5 +12,6 @@ install_PYTHON = \ Console.py InputBox.py ChoiceBox.py SimpleSummary.py ImageWizard.py \ TimerSelection.py PictureInPicture.py TimeDateInput.py \ SubtitleDisplay.py SubservicesQuickzap.py ParentalControlSetup.py NumericalTextInputHelpDialog.py \ - SleepTimerEdit.py Ipkg.py RdsDisplay.py Globals.py \ - SessionGlobals.py LocationBox.py WizardLanguage.py TaskView.py + SleepTimerEdit.py Ipkg.py RdsDisplay.py Globals.py DefaultWizard.py \ + SessionGlobals.py LocationBox.py WizardLanguage.py TaskView.py + -- cgit v1.2.3