Skip to content

Commit

Permalink
FIX #1116 - Don't prune device emulator on guest change
Browse files Browse the repository at this point in the history
This could break something as this as been set 4 years ago to fix a
bug… we will see.
  • Loading branch information
CyrilPeponnet committed Mar 3, 2015
1 parent 0ad980c commit bcd3d8a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -2450,7 +2450,7 @@ var TNModuleControlForDriveAdd = @"DriveAdd",
- (IBAction)didChangeDomainType:(id)aSender
{
[_libvirtDomain setType:[aSender title]];
[[_libvirtDomain devices] setEmulator:nil];
//[[_libvirtDomain devices] setEmulator:nil];
[self _updateUIFromDomainType];

_definitionEdited = YES;
Expand Down

0 comments on commit bcd3d8a

Please sign in to comment.