[gedit] Bump libpeas version and use python3 loader
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] Bump libpeas version and use python3 loader
- Date: Sun, 6 Jan 2013 12:46:38 +0000 (UTC)
commit 74cf9539ba86fd084a6a250a17845c91157403ad
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Sun Jan 6 13:46:21 2013 +0100
Bump libpeas version and use python3 loader
configure.ac | 4 ++--
gedit/gedit-plugins-engine.c | 2 +-
.../externaltools/externaltools.plugin.desktop.in | 2 +-
.../pythonconsole/pythonconsole.plugin.desktop.in | 2 +-
plugins/quickopen/quickopen.plugin.desktop.in | 2 +-
plugins/snippets/snippets.plugin.desktop.in | 2 +-
6 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index a8faed0..2bc95e5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -328,8 +328,8 @@ PKG_CHECK_MODULES(GEDIT, [
gio-2.0 >= 2.35.4
gtk+-3.0 >= 3.6.0
gtksourceview-3.0 >= 3.0.0
- libpeas-1.0 >= 0.7.3
- libpeas-gtk-1.0 >= 1.1.0
+ libpeas-1.0 >= 1.7.0
+ libpeas-gtk-1.0 >= 1.7.0
gsettings-desktop-schemas
])
diff --git a/gedit/gedit-plugins-engine.c b/gedit/gedit-plugins-engine.c
index 3c510d0..f95dc10 100644
--- a/gedit/gedit-plugins-engine.c
+++ b/gedit/gedit-plugins-engine.c
@@ -66,7 +66,7 @@ gedit_plugins_engine_init (GeditPluginsEngine *engine)
GEDIT_TYPE_PLUGINS_ENGINE,
GeditPluginsEnginePrivate);
- peas_engine_enable_loader (PEAS_ENGINE (engine), "python");
+ peas_engine_enable_loader (PEAS_ENGINE (engine), "python3");
engine->priv->plugin_settings = g_settings_new ("org.gnome.gedit.plugins");
diff --git a/plugins/externaltools/externaltools.plugin.desktop.in b/plugins/externaltools/externaltools.plugin.desktop.in
index c56e4e3..cc7a4da 100644
--- a/plugins/externaltools/externaltools.plugin.desktop.in
+++ b/plugins/externaltools/externaltools.plugin.desktop.in
@@ -1,5 +1,5 @@
[Plugin]
-Loader=python
+Loader=python3
Module=externaltools
IAge=3
_Name=External Tools
diff --git a/plugins/pythonconsole/pythonconsole.plugin.desktop.in b/plugins/pythonconsole/pythonconsole.plugin.desktop.in
index 4309667..21283e8 100644
--- a/plugins/pythonconsole/pythonconsole.plugin.desktop.in
+++ b/plugins/pythonconsole/pythonconsole.plugin.desktop.in
@@ -1,5 +1,5 @@
[Plugin]
-Loader=python
+Loader=python3
Module=pythonconsole
IAge=3
_Name=Python Console
diff --git a/plugins/quickopen/quickopen.plugin.desktop.in b/plugins/quickopen/quickopen.plugin.desktop.in
index 17edecc..68b6faa 100644
--- a/plugins/quickopen/quickopen.plugin.desktop.in
+++ b/plugins/quickopen/quickopen.plugin.desktop.in
@@ -1,5 +1,5 @@
[Plugin]
-Loader=python
+Loader=python3
Module=quickopen
IAge=3
_Name=Quick Open
diff --git a/plugins/snippets/snippets.plugin.desktop.in b/plugins/snippets/snippets.plugin.desktop.in
index f41a626..8551b6b 100644
--- a/plugins/snippets/snippets.plugin.desktop.in
+++ b/plugins/snippets/snippets.plugin.desktop.in
@@ -1,5 +1,5 @@
[Plugin]
-Loader=python
+Loader=python3
Module=snippets
IAge=3
_Name=Snippets
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]