[ghex] config: Fix typo in 2adb05



commit e47c6d83b9e76b1a329e2d8a1b0478023a7851de
Author: Logan Rathbone <poprocks gmail com>
Date:   Sun Jun 12 19:20:47 2022 -0400

    config: Fix typo in 2adb05

 src/configuration.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/configuration.c b/src/configuration.c
index f2fc627..ec52834 100644
--- a/src/configuration.c
+++ b/src/configuration.c
@@ -103,10 +103,10 @@ get_sys_default_is_dark (void)
        }
        else
        {
-               schema = g_settings_schema_source_lookup (source, "org.gnome.desktop.appearance", TRUE);
+               schema = g_settings_schema_source_lookup (source, "org.gnome.desktop.interface", TRUE);
                if (schema && g_settings_schema_has_key (schema, "color-scheme"))
                {
-                       schema_id = "org.gnome.desktop.appearance";
+                       schema_id = "org.gnome.desktop.interface";
                        g_settings_schema_unref (schema);
                }
        }


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