[gnome-builder] quick-highlight: fix path for extension type
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] quick-highlight: fix path for extension type
- Date: Thu, 12 Oct 2017 04:55:30 +0000 (UTC)
commit dd54e883d544194c09413beacae2f1e2c9572078
Author: Christian Hergert <chergert redhat com>
Date: Wed Oct 11 21:54:20 2017 -0700
quick-highlight: fix path for extension type
This should be based on the interface name, not the type that
is provided in the plugin.
.../gbp-quick-highlight-preferences.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/quick-highlight/gbp-quick-highlight-preferences.c
b/src/plugins/quick-highlight/gbp-quick-highlight-preferences.c
index 5930844..d9c5b80 100644
--- a/src/plugins/quick-highlight/gbp-quick-highlight-preferences.c
+++ b/src/plugins/quick-highlight/gbp-quick-highlight-preferences.c
@@ -43,7 +43,7 @@ gbp_quick_highlight_preferences_load (IdePreferencesAddin *addin,
"highlight",
"org.gnome.builder.extension-type",
"enabled",
-
"/org/gnome/builder/extension-types/quick-highlight-plugin/GbpQuickHighlightViewAddin/",
+
"/org/gnome/builder/extension-types/quick-highlight-plugin/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]