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.
This commit is contained in:
Cole Robinson 2012-04-05 13:28:39 -04:00
parent 17ee53f641
commit 45119785c7

View File

@ -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>