summaryrefslogtreecommitdiff
path: root/virtManager/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'virtManager/config.py')
-rw-r--r--virtManager/config.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/virtManager/config.py b/virtManager/config.py
index f26d7d33..52f4142f 100644
--- a/virtManager/config.py
+++ b/virtManager/config.py
@@ -467,9 +467,9 @@ class vmmConfig(object):
if path in current_list:
continue
current_list.append(path)
- self.conf.set("/paths/perms_fix_ignore", current_list)
+ self.conf.set("/paths/perms-fix-ignore", current_list)
def get_perms_fix_ignore(self):
- return self.conf.get("/paths/perms_fix_ignore")
+ return self.conf.get("/paths/perms-fix-ignore")
# Manager view connection list