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 301679 Details for
Bug 440638
The installation is stopped without error message if no cd-rom/dvd defined
[?]
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]
Patch to throw a proper error if nothing is entered in cdrom field
virt-manager-0.5.3-catch-empty-cd.patch (text/plain), 844 bytes, created by
Cole Robinson
on 2008-04-08 18:20:52 UTC
(
hide
)
Description:
Patch to throw a proper error if nothing is entered in cdrom field
Filename:
MIME Type:
Creator:
Cole Robinson
Created:
2008-04-08 18:20:52 UTC
Size:
844 bytes
patch
obsolete
>diff -rup virt-manager-0.5.3.orig/src/virtManager/create.py virt-manager-0.5.3/src/virtManager/create.py >--- virt-manager-0.5.3.orig/src/virtManager/create.py 2008-04-08 02:45:29.000000000 -0400 >+++ virt-manager-0.5.3/src/virtManager/create.py 2008-04-08 02:46:07.000000000 -0400 >@@ -340,9 +340,7 @@ class vmmCreate(gobject.GObject): > if self.window.get_widget("media-iso-image").get_active(): > return self.window.get_widget("fv-iso-location").get_text() > elif self.window.get_widget("media-physical").get_active(): >- cd = self.window.get_widget("cd-path") >- model = cd.get_model() >- return model.get_value(cd.get_active_iter(), 0) >+ return self.window.get_widget("cd-path").get_active_text() > else: > return "PXE" >
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 440638
: 301679