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



commit 12f855615cd4418dc1b97b716046d969c3e16afe
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 ade13cc41..313035ee2 100644
--- a/src/plugins/quick-highlight/gbp-quick-highlight-preferences.c
+++ b/src/plugins/quick-highlight/gbp-quick-highlight-preferences.c
@@ -46,7 +46,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]