[gnome-builder/gnome-builder-41] quick-highlight: fix path to GSettings (again)



commit 6ea8789e33515af332b749063b33d27528125442
Author: Christian Hergert <chergert redhat com>
Date:   Tue Feb 8 16:36:20 2022 -0800

    quick-highlight: fix path to GSettings (again)
    
    This changed during some huge refactors long ago. Sadly, the path to the
    GSetting did not.
    
    Fixes #1621

 src/plugins/quick-highlight/gbp-quick-highlight-preferences.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/plugins/quick-highlight/gbp-quick-highlight-preferences.c 
b/src/plugins/quick-highlight/gbp-quick-highlight-preferences.c
index f55099c31..9cdc4f141 100644
--- a/src/plugins/quick-highlight/gbp-quick-highlight-preferences.c
+++ b/src/plugins/quick-highlight/gbp-quick-highlight-preferences.c
@@ -45,7 +45,7 @@ gbp_quick_highlight_preferences_load (IdePreferencesAddin *addin,
                                 "highlight",
                                 "org.gnome.builder.extension-type",
                                 "enabled",
-                                "/org/gnome/builder/extension-types/quick-highlight/IdeEditorViewAddin/",
+                                "/org/gnome/builder/extension-types/quick-highlight/IdeEditorPageAddin/",
                                 NULL,
                                 _("Words matching selection"),
                                 _("Highlight all occurrences of words matching the current selection"),


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