Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP2:GA
virt-manager.3850
4970615f-fix-qemu-vs-lxc-detection.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 4970615f-fix-qemu-vs-lxc-detection.patch of Package virt-manager.3850
Subject: addconnection: Fix qemu:///session vs. lxc:/// detection From: Cole Robinson crobinso@redhat.com Sun Aug 9 12:27:20 2015 -0400 Date: Sun Aug 9 12:27:20 2015 -0400: Git: 4970615f4870cc5394a46ff6a049ac937b3043d6 diff --git a/virtManager/connect.py b/virtManager/connect.py index b977fea..7493d14 100644 --- a/virtManager/connect.py +++ b/virtManager/connect.py @@ -327,7 +327,8 @@ class vmmConnect(vmmGObjectUI): self.populate_uri() def hypervisor_changed(self, src): - is_session = (src.get_active() == HV_QEMU_SESSION) + hv = uiutil.get_list_selection(self.widget("hypervisor")) + is_session = (hv == HV_QEMU_SESSION) uiutil.set_grid_row_visible( self.widget("session-warning-box"), is_session) uiutil.set_grid_row_visible(
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor