/[smeserver]/rpms/anaconda/sme8/0003-Fix-goto-previous-if-unable-to-go-back.patch
ViewVC logotype

Contents of /rpms/anaconda/sme8/0003-Fix-goto-previous-if-unable-to-go-back.patch

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


Revision 1.3 - (show annotations) (download)
Mon Jun 7 14:25:13 2010 UTC (14 years ago) by slords
Branch: MAIN
Changes since 1.2: +1 -1 lines
* Mon Jun 07 2010 Shad L. Lords <slords@mail.com> 11.1.2.209-1.sme
- Fix mkinitrd part of no kernel patch so dd works [SME: 6031]

1 From 51f9f2538e549c235ffc726b33158c6707e27e6a Mon Sep 17 00:00:00 2001
2 From: Shad L. Lords <slords@mail.com>
3 Date: Mon, 19 Oct 2009 07:56:19 -0600
4 Subject: [PATCH] Fix goto previous if unable to go back
5
6 ---
7 text.py | 3 ++-
8 1 files changed, 2 insertions(+), 1 deletions(-)
9
10 diff --git a/text.py b/text.py
11 index 40093c6..ae5cd33 100644
12 --- a/text.py
13 +++ b/text.py
14 @@ -722,7 +722,8 @@ class InstallInterface:
15 "from here. You will have to try "
16 "again."),
17 buttons=[_("OK")])
18 - anaconda.dispatch.gotoPrev()
19 + else:
20 + anaconda.dispatch.gotoPrev()
21 else:
22 anaconda.dispatch.gotoNext()
23
24 --
25 1.5.5.6
26

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