addhw: Fix nonhotplug to running guest

This commit is contained in:
Cole Robinson 2011-04-05 16:15:05 -04:00
parent 69ba897ac3
commit 4922222c2c
1 changed files with 2 additions and 1 deletions

View File

@ -938,7 +938,8 @@ class vmmAddHardware(vmmGObjectUI):
"Would you like to make the device available after the "
"next VM shutdown?")),
dialog_type=gtk.MESSAGE_WARNING,
buttons=gtk.BUTTONS_YES_NO)
buttons=gtk.BUTTONS_YES_NO,
async=False)
if not res:
return (False, None)