/[smeserver]/rpms/anaconda/sme7/back-button.patch
ViewVC logotype

Annotation of /rpms/anaconda/sme7/back-button.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.4 - (hide annotations) (download)
Fri Sep 12 03:55:39 2008 UTC (15 years, 9 months ago) by slords
Branch: MAIN
Changes since 1.3: +0 -0 lines
Update anaconda

1 slords 1.1 diff -Nur -x '*.orig' -x '*.rej' anaconda-10.1.1.37/dispatch.py mezzanine_patched_anaconda-10.1.1.37/dispatch.py
2     --- anaconda-10.1.1.37/dispatch.py 2005-07-09 07:36:02.000000000 +1000
3     +++ mezzanine_patched_anaconda-10.1.1.37/dispatch.py 2006-04-06 05:34:57.353093046 +1000
4     @@ -175,7 +175,8 @@
5     # we can not go backwards from this screen
6     i = self.step - 1
7     while i >= self.firstStep:
8     - if not self.skipSteps.has_key(installSteps[i][0]):
9     + if (not self.skipSteps.has_key(installSteps[i][0])
10     + and (type(installSteps[i][1]) != FunctionType)):
11     return 1
12     i = i - 1
13     return 0
14     diff -Nur -x '*.orig' -x '*.rej' anaconda-10.1.1.37/text.py mezzanine_patched_anaconda-10.1.1.37/text.py
15     --- anaconda-10.1.1.37/text.py 2006-04-06 05:37:06.528342370 +1000
16     +++ mezzanine_patched_anaconda-10.1.1.37/text.py 2006-04-06 05:35:35.058745900 +1000
17 slords 1.2 @@ -506,7 +506,8 @@
18 slords 1.1 "from here. You will have to try "
19     "again."),
20     buttons=[_("OK")])
21     - dispatch.gotoPrev()
22     + else:
23     + dispatch.gotoPrev()
24     else:
25     dispatch.gotoNext()
26    

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed