[gnome-text-editor] gsettings: fix default style scheme



commit 25a284fffe882aedcd020c2e4e666c05f26324f9
Author: Christian Hergert <chergert redhat com>
Date:   Tue Dec 28 15:54:49 2021 -0800

    gsettings: fix default style scheme
    
    This was supposed to always be Adwaita, and it never got set because we
    were falling back to Adwaita due to not having 'builder'. But now that
    we do we need to actually set this properly.

 data/org.gnome.TextEditor.gschema.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/org.gnome.TextEditor.gschema.xml b/data/org.gnome.TextEditor.gschema.xml
index 78253eb..955baa1 100644
--- a/data/org.gnome.TextEditor.gschema.xml
+++ b/data/org.gnome.TextEditor.gschema.xml
@@ -99,7 +99,7 @@
       <description>A custom font to use in the editor.</description>
     </key>
     <key name="style-scheme" type="s">
-      <default>'builder'</default>
+      <default>'Adwaita'</default>
       <summary>Style Scheme</summary>
       <description>The style scheme to use by the editor. It may translate this into a dark format when 
available.</description>
     </key>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]