[gnome-builder] plugins: fix blacklisted module name



commit 1f1dfed3b3f9bf893ddcdd7741f336239836c19e
Author: Christian Hergert <chergert redhat com>
Date:   Thu Feb 16 00:38:28 2017 -0800

    plugins: fix blacklisted module name

 libide/application/ide-application-plugins.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libide/application/ide-application-plugins.c b/libide/application/ide-application-plugins.c
index 16ed3c7..1159c15 100644
--- a/libide/application/ide-application-plugins.c
+++ b/libide/application/ide-application-plugins.c
@@ -29,7 +29,7 @@
 #include "theming/ide-css-provider.h"
 
 static const gchar *blacklisted_plugins[] = {
-  "build-tools", /* Renamed to buildui */
+  "build-tools-plugin", /* Renamed to buildui */
 };
 
 static gboolean


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