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

Annotation 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.4 - (hide annotations) (download)
Wed Apr 27 14:33:48 2011 UTC (13 years, 1 month ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +0 -0 lines
FILE REMOVED
Import of anaconda-11.1.2.224-1.el5.centos.1

1 slords 1.3 From 51f9f2538e549c235ffc726b33158c6707e27e6a Mon Sep 17 00:00:00 2001
2 slords 1.1 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