summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2012-04-05 13:28:39 -0400
committerCole Robinson <crobinso@redhat.com>2012-04-05 13:28:39 -0400
commit45119785c7efbaa1defc3fffd05cb41e39992271 (patch)
tree7b38357eab3247d4ad81b2b39e25d1956168eb11
parent17ee53f6415801eb9762d8425464cea6877201a9 (diff)
downloadvirt-manager-45119785c7efbaa1defc3fffd05cb41e39992271.tar.gz
schemas: Fix key for default graphics type
What we installed didn't match what the app was checking and setting. Have it match the app key so we don't overwrite users who have changed the default via the prefs dialog.
-rw-r--r--src/virt-manager.schemas.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/virt-manager.schemas.in b/src/virt-manager.schemas.in
index dfcd7baf..81545345 100644
--- a/src/virt-manager.schemas.in
+++ b/src/virt-manager.schemas.in
@@ -196,8 +196,8 @@
</schema>
<schema>
- <key>/schemas/apps/::PACKAGE::/new-vm/graphics-type</key>
- <applyto>/apps/::PACKAGE::/new-vm/graphics-type</applyto>
+ <key>/schemas/apps/::PACKAGE::/new-vm/graphics_type</key>
+ <applyto>/apps/::PACKAGE::/new-vm/graphics_type</applyto>
<owner>::PACKAGE::</owner>
<type>string</type>
<default>::DEFAULT_GRAPHICS::</default>