Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 294165 Details for
Bug 431781
tasks, default group selection, centos patches
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
centos patch for the task GUI/TUI screens
anaconda-centos-task.patch (text/plain), 1.68 KB, created by
Jack Neely
on 2008-02-06 22:13:20 UTC
(
hide
)
Description:
centos patch for the task GUI/TUI screens
Filename:
MIME Type:
Creator:
Jack Neely
Created:
2008-02-06 22:13:20 UTC
Size:
1.68 KB
patch
obsolete
>diff -uNr anaconda-11.1.2.16__orig/iw/task_gui.py anaconda-11.1.2.16/iw/task_gui.py >--- anaconda-11.1.2.16__orig/iw/task_gui.py 2006-10-09 15:18:02.000000000 +0000 >+++ anaconda-11.1.2.16/iw/task_gui.py 2007-03-10 05:11:43.000000000 +0000 >@@ -33,11 +33,14 @@ > self.dispatch.skipStep("group-selection", skip = 1) > > tasks = self.xml.get_widget("taskList").get_model() >+ >+ # Quick hack to handle overlapping groups in tasks for an installclass >+ for (cb, task, grps) in tasks: >+ if not cb: >+ map(self.backend.deselectGroup, grps) > for (cb, task, grps) in tasks: > if cb: > map(self.backend.selectGroup, grps) >- else: >- map(self.backend.deselectGroup, grps) > > if self.anaconda.id.instClass.allowExtraRepos: > repos = self.xml.get_widget("repoList").get_model() >diff -uNr anaconda-11.1.2.16__orig/textw/task_text.py anaconda-11.1.2.16/textw/task_text.py >--- anaconda-11.1.2.16__orig/textw/task_text.py 2006-09-05 18:57:39.000000000 +0000 >+++ anaconda-11.1.2.16/textw/task_text.py 2007-03-10 05:11:10.000000000 +0000 >@@ -76,12 +76,15 @@ > anaconda.dispatch.skipStep("group-selection") > > sel = ct.getSelection() >+ # quick hack to handle overlapping groups in tasks >+ for (txt, grps) in tasks: >+ if not txt in sel: >+ map(self.backend.deselectGroup, grps) > for (txt, grps) in tasks: > if txt in sel: > map(self.backend.selectGroup, grps) >- else: >- map(self.backend.deselectGroup, grps) >- screen.popWindow() >+ >+ screen.popWindow() > > return INSTALL_OK
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 431781
: 294165 |
294166
|
294167
|
294168