From 65371f53dbb06180b750dad7c19e7bcf0f8651d6 Mon Sep 17 00:00:00 2001 From: monsta Date: Sun, 6 Nov 2016 14:42:18 +0300 Subject: drop Python plugins support and --enable-python build option it requires PyGTK so won't even build with GTK+3 but keep plugins themselves for future porting to libpeas --- pluma/pluma-plugin-info-priv.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pluma') diff --git a/pluma/pluma-plugin-info-priv.h b/pluma/pluma-plugin-info-priv.h index 2f7c76bc..f69e2334 100644 --- a/pluma/pluma-plugin-info-priv.h +++ b/pluma/pluma-plugin-info-priv.h @@ -55,8 +55,7 @@ struct _PlumaPluginInfo gchar *version; /* A plugin is unavailable if it is not possible to activate it - due to an error loading the plugin module (e.g. for Python plugins - when the interpreter has not been correctly initializated) */ + due to an error loading the plugin module */ gint available : 1; }; -- cgit v1.2.1