mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
uihelpers: Use Yes/No dialog for permission changing
This commit is contained in:
parent
654eac1495
commit
8344a977c1
@ -482,7 +482,8 @@ def check_path_search_for_qemu(parent, config, conn, path):
|
||||
_("The emulator may not have search permissions "
|
||||
"for the path '%s'.") % path,
|
||||
_("Do you want to correct this now?"),
|
||||
_("Don't ask about these directories again."))
|
||||
_("Don't ask about these directories again."),
|
||||
buttons=gtk.BUTTONS_YES_NO)
|
||||
|
||||
if chkres:
|
||||
config.add_perms_fix_ignore(broken_paths)
|
||||
|
Loading…
Reference in New Issue
Block a user