gedit r6504 - branches/new_plugins/plugin-loaders/python
- From: jessevdk svn gnome org
- To: svn-commits-list gnome org
- Subject: gedit r6504 - branches/new_plugins/plugin-loaders/python
- Date: Sun, 7 Sep 2008 15:14:43 +0000 (UTC)
Author: jessevdk
Date: Sun Sep 7 15:14:43 2008
New Revision: 6504
URL: http://svn.gnome.org/viewvc/gedit?rev=6504&view=rev
Log:
Removed obsolete module field
Modified:
branches/new_plugins/plugin-loaders/python/gedit-plugin-loader-python.c
Modified: branches/new_plugins/plugin-loaders/python/gedit-plugin-loader-python.c
==============================================================================
--- branches/new_plugins/plugin-loaders/python/gedit-plugin-loader-python.c (original)
+++ branches/new_plugins/plugin-loaders/python/gedit-plugin-loader-python.c Sun Sep 7 15:14:43 2008
@@ -26,7 +26,6 @@
typedef struct
{
PyObject *type;
- PyObject *module;
PyObject *instance;
gchar *path;
} PythonInfo;
@@ -107,7 +106,6 @@
pyinfo = g_new (PythonInfo, 1);
pyinfo->path = g_strdup (path);
pyinfo->type = type;
- pyinfo->module = module;
Py_INCREF (pyinfo->type);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]