[gnome-builder/gnome-builder-3-34] quick-highlight: fix GSettings path



commit ee37a8a991c67d44c20852919f6abcdaa1d60814
Author: Christian Hergert <chergert redhat com>
Date:   Thu Sep 26 15:00:39 2019 -0700

    quick-highlight: fix GSettings path
    
    This fixes the path that is used to disable quick highlighting from when
    the module name changed.
    
    Fixes #1045

 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 656a076e8..c83985312 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-plugin/IdeEditorViewAddin/",
+                                "/org/gnome/builder/extension-types/quick-highlight/IdeEditorViewAddin/",
                                 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]