GNOME Bugzilla – Bug 617600
Don't assume we are initialized if python is
Last modified: 2010-05-30 00:31:35 UTC
Created attachment 160237 [details] [review] Don't assume we are initialized if python is If python is initialized the python loaded assumes that it is. This causes issues when using gtkparasite which has its own python console that is initialized before gedit's.
Review of attachment 160237 [details] [review]: Patch looks good, see minor comment below ::: plugin-loaders/python/gedit-plugin-loader-python.c @@ +46,3 @@ + STATUS_FAILED, + STATUS_SUCCESS +} StatusType; Could you make this into GeditPythonStatusType and GEDIT_PYTHON_STATUS_SUCCESS etc.
Created attachment 160246 [details] [review] Updated as comments suggested
This problem has been fixed in the development version. The fix will be available in the next major software release.